MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / NotifyTransportStateChanged

Method NotifyTransportStateChanged

src/Qt/AudioPlaybackThread.cpp:258–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 }
257
258 void AudioPlaybackThread::NotifyTransportStateChanged()
259 {
260 std::lock_guard<std::mutex> lock(transportMutex);
261 transportCondition.notify_all();
262 }
263
264 // Start audio thread
265 void AudioPlaybackThread::run()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected