|
| CVideoPlayerVideo (CDVDClock *pClock, CDVDOverlayContainer *pOverlayContainer, CDVDMessageQueue &parent, CRenderManager &renderManager, CProcessInfo &processInfo) |
|
bool | OpenStream (CDVDStreamInfo hint) override |
|
void | CloseStream (bool bWaitForBuffers) override |
|
void | Flush (bool sync) override |
|
bool | AcceptsData () const override |
|
bool | HasData () const override |
|
bool | IsInited () const override |
|
void | SendMessage (std::shared_ptr< CDVDMsg > pMsg, int priority=0) override |
|
void | FlushMessages () override |
|
void | EnableSubtitle (bool bEnable) override |
|
bool | IsSubtitleEnabled () override |
|
double | GetSubtitleDelay () override |
|
void | SetSubtitleDelay (double delay) override |
|
bool | IsStalled () const override |
|
bool | IsRewindStalled () const override |
|
double | GetCurrentPts () override |
|
double | GetOutputDelay () override |
|
std::string | GetPlayerInfo () override |
|
int | GetVideoBitrate () override |
|
void | SetSpeed (int iSpeed) override |
|
| CThread (IRunnable *pRunnable, const char *ThreadName) |
|
void | Create (bool bAutoDelete=false) |
|
template<typename Rep , typename Period > |
void | Sleep (std::chrono::duration< Rep, Period > duration) |
|
bool | IsAutoDelete () const |
|
virtual void | StopThread (bool bWait=true) |
|
bool | IsRunning () const |
|
bool | IsCurrentThread () const |
|
bool | Join (std::chrono::milliseconds duration) |
|
bool | SetPriority (const ThreadPriority &priority) |
| Set the threads priority. This uses the platforms native threading library to do so.
|
|
virtual void | OnException () |
|
| IDVDStreamPlayerVideo (CProcessInfo &processInfo) |
|
virtual bool | IsEOS () |
|
| IDVDStreamPlayer (CProcessInfo &processInfo) |
|
|
void | OnExit () override |
|
void | Process () override |
|
bool | ProcessDecoderOutput (double &frametime, double &pts) |
|
void | SendMessageBack (const std::shared_ptr< CDVDMsg > &pMsg, int priority=0) |
|
MsgQueueReturnCode | GetMessage (std::shared_ptr< CDVDMsg > &pMsg, std::chrono::milliseconds timeout, int &priority) |
|
EOutputState | OutputPicture (const VideoPicture *src) |
|
void | ProcessOverlays (const VideoPicture *pSource, double pts) |
|
void | OpenStream (CDVDStreamInfo &hint, std::unique_ptr< CDVDVideoCodec > codec) |
|
void | ResetFrameRateCalc () |
|
void | CalcFrameRate () |
|
int | CalcDropRequirement (double pts) |
|
| CThread (const char *ThreadName) |
|
virtual void | OnStartup () |
|
WaitResponse | AbortableWait (CEvent &event, std::chrono::milliseconds duration=std::chrono::milliseconds(-1)) |
| This call will wait on a CEvent in an interruptible way such that if stop is called on the thread the wait will return with a response indicating what happened.
|
|