MCPcopy Create free account
hub / github.com/apohl79/audiogridder / stopCapturing

Method stopCapturing

Server/Source/ProcessorWindow.cpp:181–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void ProcessorWindow::stopCapturing() {
182 traceScope();
183 if (m_callbackNative) {
184 stopTimer();
185 } else {
186 if (auto rec = ScreenRecorder::getInstance()) {
187 rec->stop();
188 }
189 }
190}
191
192void ProcessorWindow::resized() {
193 traceScope();

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected