OpenShot Library | libopenshot
0.3.3
|
@ PLAYBACK_PLAY
Play the video normally.
This namespace is the default namespace for all code in the openshot library.
virtual float Volume()=0
Get the Volume.
virtual float Speed()=0
Get the Playback speed.
virtual openshot::ReaderBase * Reader()=0
Get the current reader, such as a FFmpegReader.
Header file for PlayerBase class.
@ PLAYBACK_STOPPED
Stop playing the video (clear cache, done with player)
virtual void Pause()=0
Pause the video.
virtual void Stop()=0
Stop the video player and clear the cached frames.
virtual void Play()=0
Play the video.
@ PLAYBACK_LOADING
Loading the video (display a loading animation)
@ PLAYBACK_PAUSED
Pause the video (holding the last displayed frame)
This abstract class is the base class, used by all readers in libopenshot.
virtual void Loading()=0
Display a loading animation.
openshot::ReaderBase * reader