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

Method Play

src/Qt/AudioPlaybackThread.cpp:248–251  ·  view source on GitHub ↗

Override Play and Stop to notify of state changes

Source from the content-addressed store, hash-verified

246
247 // Override Play and Stop to notify of state changes
248 void AudioPlaybackThread::Play() {
249 is_playing = true;
250 NotifyTransportStateChanged();
251 }
252
253 void AudioPlaybackThread::Stop() {
254 is_playing = false;

Callers 2

keyPressEventMethod · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected