Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenShot/libopenshot
/ Play
Method
Play
src/PlayerBase.cpp:23–25 ·
view source on GitHub ↗
Play the video
Source
from the content-addressed store, hash-verified
21
22
// Play the video
23
void PlayerBase::Play() {
24
mode = PLAYBACK_PLAY;
25
}
26
27
// Pause the video
28
void PlayerBase::Pause() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected