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

Method Pause

src/QtPlayer.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 }
154
155 void QtPlayer::Pause()
156 {
157 mode = PLAYBACK_PAUSED;
158 Speed(0);
159 }
160
161 int64_t QtPlayer::Position()
162 {

Callers 1

keyPressEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected