32 #ifndef OPENSHOT_PLAYER_PRIVATE_H
33 #define OPENSHOT_PLAYER_PRIVATE_H
35 #include "../ReaderBase.h"
36 #include "../RendererBase.h"
37 #include "../AudioReaderSource.h"
38 #include "../Qt/AudioPlaybackThread.h"
39 #include "../Qt/VideoPlaybackThread.h"
40 #include "../Qt/VideoCacheThread.h"
50 std::shared_ptr<openshot::Frame> frame;
51 int64_t video_position;
52 int64_t audio_position;
59 int64_t last_video_position;
73 void stopPlayback(
int timeOutMilliseconds = -1);
76 std::shared_ptr<openshot::Frame> getFrame();
The audio playback thread.
The private part of QtPlayer class, which contains an audio thread and video thread,...
This class is used to playback a video from a reader.
This abstract class is the base class, used by all readers in libopenshot.
This is the base class of all Renderers in libopenshot.
The video playback class.
This namespace is the default namespace for all code in the openshot library.