|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <VideoPlayerRadioRDS.h>
Public Member Functions | |
| CDVDRadioRDSData (CProcessInfo &processInfo) | |
| — CDVDRadioRDSData ---------------------------------------------------------— More... | |
| ~CDVDRadioRDSData () 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::string | GetRadioText (unsigned int line) |
Public Member Functions inherited from CThread | |
| 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 () |
Public Member Functions inherited from IDVDStreamPlayer | |
| IDVDStreamPlayer (CProcessInfo &processInfo) | |
| virtual | ~IDVDStreamPlayer ()=default |
Protected Member Functions | |
| void | OnExit () override |
| void | Process () override |
Protected Member Functions inherited from CThread | |
| CThread (const char *ThreadName) | |
| virtual void | OnStartup () |
| WaitResponse | AbortableWait (CEvent &event, int timeoutMillis=-1) |
Additional Inherited Members | |
Public Types inherited from IDVDStreamPlayer | |
| enum | ESyncState { SYNC_STARTING, SYNC_WAITSYNC, SYNC_INSYNC } |
Static Public Member Functions inherited from CThread | |
| static bool | IsCurrentThread (const ThreadIdentifier tid) |
| static ThreadIdentifier | GetCurrentThreadId () |
| static CThread * | GetCurrentThread () |
Protected Types inherited from CThread | |
| enum | WaitResponse { WAIT_INTERRUPTED = -1, WAIT_SIGNALED = 0, WAIT_TIMEDOUT = 1 } |
Protected Attributes inherited from CThread | |
| std::atomic< bool > | m_bStop |
Protected Attributes inherited from IDVDStreamPlayer | |
| CProcessInfo & | m_processInfo |
|
explicit |
— CDVDRadioRDSData ---------------------------------------------------------—
|
override |
|
inlineoverridevirtual |
Implements IDVDStreamPlayer.
| bool CDVDRadioRDSData::CheckStream | ( | CDVDStreamInfo & | hints | ) |
|
overridevirtual |
Implements IDVDStreamPlayer.
| void CDVDRadioRDSData::Flush | ( | ) |
|
inlineoverridevirtual |
Implements IDVDStreamPlayer.
| std::string CDVDRadioRDSData::GetRadioText | ( | unsigned int | line | ) |
|
inlineoverridevirtual |
Implements IDVDStreamPlayer.
|
inlineoverridevirtual |
Implements IDVDStreamPlayer.
|
overridevirtual |
Implements IDVDStreamPlayer.
Implements IDVDStreamPlayer.
|
inline |