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

Method Stop

src/PlayerBase.cpp:43–45  ·  view source on GitHub ↗

Stop the video player and clear the cached frames

Source from the content-addressed store, hash-verified

41
42// Stop the video player and clear the cached frames
43void PlayerBase::Stop() {
44 mode = PLAYBACK_STOPPED;
45}
46
47// Get the current reader, such as a FFmpegReader
48openshot::ReaderBase* PlayerBase::Reader() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected