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

Method Play

src/QtPlayer.cpp:131–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 void QtPlayer::Play()
132 {
133 // Set mode to playing, and speed to normal
134 mode = PLAYBACK_PLAY;
135 Speed(1);
136
137 if (reader && !threads_started) {
138 // Start thread only once
139 p->startPlayback();
140 threads_started = true;
141 }
142 }
143
144 void QtPlayer::Loading()
145 {

Callers

nothing calls this directly

Calls 1

startPlaybackMethod · 0.80

Tested by

no test coverage detected