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

Method Pause

src/PlayerBase.cpp:28–30  ·  view source on GitHub ↗

Pause the video

Source from the content-addressed store, hash-verified

26
27// Pause the video
28void PlayerBase::Pause() {
29 mode = PLAYBACK_PAUSED;
30}
31
32// Get the Playback speed
33float PlayerBase::Speed() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected