![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <VideoPlayerTeletext.h>
Public Member Functions | |
CDVDTeletextData (CProcessInfo &processInfo) | |
~CDVDTeletextData () override | |
bool | CheckStream (CDVDStreamInfo &hints) |
bool | OpenStream (CDVDStreamInfo hints) override |
void | CloseStream (bool bWaitForBuffers) override |
void | Flush () |
void | WaitForBuffers () |
bool | AcceptsData () const override |
void | SendMessage (CDVDMsg *pMsg, int priority=0) override |
void | FlushMessages () override |
bool | IsInited () const override |
bool | IsStalled () const override |
std::shared_ptr< TextCacheStruct_t > | GetTeletextCache () |
void | LoadPage (int p, int sp, unsigned char *buffer) |
![]() | |
CThread (IRunnable *pRunnable, const char *ThreadName) | |
virtual | ~CThread () |
void | Create (bool bAutoDelete=false, unsigned stacksize=0) |
void | Sleep (unsigned int milliseconds) |
int | GetSchedRRPriority (void) |
bool | SetPrioritySched_RR (int iPriority) |
bool | IsAutoDelete () const |
virtual void | StopThread (bool bWait=true) |
bool | IsRunning () const |
bool | IsCurrentThread () const |
int | GetMinPriority (void) |
int | GetMaxPriority (void) |
int | GetNormalPriority (void) |
int | GetPriority (void) |
bool | SetPriority (const int iPriority) |
bool | WaitForThreadExit (unsigned int milliseconds) |
float | GetRelativeUsage () |
int64_t | GetAbsoluteUsage () |
virtual void | OnException () |
![]() | |
IDVDStreamPlayer (CProcessInfo &processInfo) | |
virtual | ~IDVDStreamPlayer ()=default |
Protected Member Functions | |
void | OnExit () override |
void | Process () override |
![]() | |
CThread (const char *ThreadName) | |
virtual void | OnStartup () |
WaitResponse | AbortableWait (CEvent &event, int timeoutMillis=-1) |
Additional Inherited Members | |
![]() | |
enum | ESyncState { SYNC_STARTING , SYNC_WAITSYNC , SYNC_INSYNC } |
![]() | |
static bool | IsCurrentThread (const ThreadIdentifier tid) |
static ThreadIdentifier | GetCurrentThreadId () |
static ThreadIdentifier | GetDisplayThreadId (const ThreadIdentifier tid) |
static CThread * | GetCurrentThread () |
![]() | |
enum | WaitResponse { WAIT_INTERRUPTED = -1 , WAIT_SIGNALED = 0 , WAIT_TIMEDOUT = 1 } |
![]() | |
std::atomic< bool > | m_bStop |
![]() | |
CProcessInfo & | m_processInfo |
|
explicit |
|
override |
|
inlineoverridevirtual |
Implements IDVDStreamPlayer.
bool CDVDTeletextData::CheckStream | ( | CDVDStreamInfo & | hints | ) |
|
overridevirtual |
Implements IDVDStreamPlayer.
void CDVDTeletextData::Flush | ( | ) |
|
inlineoverridevirtual |
Implements IDVDStreamPlayer.
|
inline |
|
inlineoverridevirtual |
Implements IDVDStreamPlayer.
|
inlineoverridevirtual |
Implements IDVDStreamPlayer.
void CDVDTeletextData::LoadPage | ( | int | p, |
int | sp, | ||
unsigned char * | buffer | ||
) |
|
overridevirtual |
Implements IDVDStreamPlayer.
Implements IDVDStreamPlayer.
|
inline |