MCPcopy Create free account
hub / github.com/apohl79/audiogridder / ~ScreenRecorder

Method ~ScreenRecorder

Server/Source/ScreenRecorder.cpp:111–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109ScreenRecorder::ScreenRecorder() : LogTag("screenrec") { traceScope(); }
110
111ScreenRecorder::~ScreenRecorder() {
112 traceScope();
113 if (nullptr != m_thread) {
114 stop();
115 }
116 cleanupInput();
117 cleanupOutput();
118}
119
120void ScreenRecorder::cleanupInput() {
121 traceScope();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected