Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CVideoPlayerAudioID3 Class Reference

#include <VideoPlayerAudioID3.h>

Inheritance diagram for CVideoPlayerAudioID3:
IDVDStreamPlayer CThread

Public Member Functions

 CVideoPlayerAudioID3 (CProcessInfo &processInfo)
 
 ~CVideoPlayerAudioID3 () override
 
bool CheckStream (const CDVDStreamInfo &hints)
 
void Flush ()
 
void WaitForBuffers ()
 
bool OpenStream (CDVDStreamInfo hints) override
 
void CloseStream (bool bWaitForBuffers) override
 
void SendMessage (std::shared_ptr< CDVDMsg > pMsg, int priority=0) override
 
void FlushMessages () override
 
bool IsInited () const override
 
bool AcceptsData () const override
 
bool IsStalled () const override
 
- Public Member Functions inherited from IDVDStreamPlayer
 IDVDStreamPlayer (CProcessInfo &processInfo)
 
virtual ~IDVDStreamPlayer ()=default
 

Protected Member Functions

void OnExit () override
 
void Process () override
 

Additional Inherited Members

- Public Types inherited from IDVDStreamPlayer
enum  ESyncState { SYNC_STARTING , SYNC_WAITSYNC , SYNC_INSYNC }
 
- Protected Attributes inherited from IDVDStreamPlayer
CProcessInfom_processInfo
 

Constructor & Destructor Documentation

◆ CVideoPlayerAudioID3()

CVideoPlayerAudioID3::CVideoPlayerAudioID3 ( CProcessInfo & processInfo)
explicit

◆ ~CVideoPlayerAudioID3()

CVideoPlayerAudioID3::~CVideoPlayerAudioID3 ( )
override

Member Function Documentation

◆ AcceptsData()

bool CVideoPlayerAudioID3::AcceptsData ( ) const
overridevirtual

Implements IDVDStreamPlayer.

◆ CheckStream()

bool CVideoPlayerAudioID3::CheckStream ( const CDVDStreamInfo & hints)

◆ CloseStream()

void CVideoPlayerAudioID3::CloseStream ( bool bWaitForBuffers)
overridevirtual

Implements IDVDStreamPlayer.

◆ Flush()

void CVideoPlayerAudioID3::Flush ( )

◆ FlushMessages()

void CVideoPlayerAudioID3::FlushMessages ( )
overridevirtual

Implements IDVDStreamPlayer.

◆ IsInited()

bool CVideoPlayerAudioID3::IsInited ( ) const
overridevirtual

Implements IDVDStreamPlayer.

◆ IsStalled()

bool CVideoPlayerAudioID3::IsStalled ( ) const
overridevirtual

Implements IDVDStreamPlayer.

◆ OnExit()

void CVideoPlayerAudioID3::OnExit ( )
overrideprotectedvirtual

Reimplemented from CThread.

◆ OpenStream()

bool CVideoPlayerAudioID3::OpenStream ( CDVDStreamInfo hints)
overridevirtual

Implements IDVDStreamPlayer.

◆ Process()

void CVideoPlayerAudioID3::Process ( void )
overrideprotectedvirtual

Reimplemented from CThread.

◆ SendMessage()

void CVideoPlayerAudioID3::SendMessage ( std::shared_ptr< CDVDMsg > pMsg,
int priority = 0 )
overridevirtual

Implements IDVDStreamPlayer.

◆ WaitForBuffers()

void CVideoPlayerAudioID3::WaitForBuffers ( )

The documentation for this class was generated from the following files: