32#ifndef OPENSHOT_VIDEO_PLAYBACK_THREAD_H
33#define OPENSHOT_VIDEO_PLAYBACK_THREAD_H
35#include "../ReaderBase.h"
36#include "../RendererBase.h"
41 using juce::WaitableEvent;
49 std::shared_ptr<Frame> frame;
51 WaitableEvent rendered;
60 int64_t getCurrentFramePosition();
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 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.