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

Method Loading

src/PlayerBase.cpp:18–20  ·  view source on GitHub ↗

Display a loading animation

Source from the content-addressed store, hash-verified

16
17// Display a loading animation
18void PlayerBase::Loading() {
19 mode = PLAYBACK_LOADING;
20}
21
22// Play the video
23void PlayerBase::Play() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected