Public Member Functions | |
bool | GetHandlesDemuxing () const |
To get with SetHandlesDemuxing changed values. More... | |
bool | GetHandlesInputStream () const |
To get with SetHandlesInputStream changed values. More... | |
std::vector< PVRTypeIntValue > | GetRecordingsLifetimeValues () const |
To get with SetRecordingsLifetimeValues changed values. More... | |
bool | GetSupportsAsyncEPGTransfer () const |
To get with SetSupportsAsyncEPGTransfer changed values. More... | |
bool | GetSupportsChannelGroups () const |
To get with SetSupportsChannelGroups changed values. More... | |
bool | GetSupportsChannelScan () const |
To get with SetSupportsChannelScan changed values. More... | |
bool | GetSupportsChannelSettings () const |
To get with SetSupportsChannelSettings changed values. More... | |
bool | GetSupportsDescrambleInfo () const |
To get with SetSupportsDescrambleInfo changed values. More... | |
bool | GetSupportsEPG () const |
To get with SetSupportsEPG changed values. More... | |
bool | GetSupportsEPGEdl () const |
To get with SetSupportsEPGEdl changed values. More... | |
bool | GetSupportsLastPlayedPosition () const |
To get with SetSupportsLastPlayedPosition changed values. More... | |
bool | GetSupportsProviders () const |
To get with SetSupportsProviders changed values. More... | |
bool | GetSupportsRadio () const |
To get with SetSupportsRadio changed values. More... | |
bool | GetSupportsRecordingEdl () const |
To get with SetSupportsRecordingEdl changed values. More... | |
bool | GetSupportsRecordingPlayCount () const |
To get with SetSupportsRecordingPlayCount changed values. More... | |
bool | GetSupportsRecordings () const |
To get with SetSupportsRecordings changed values. More... | |
bool | GetSupportsRecordingsDelete () const |
To get with SetSupportsRecordingsDelete changed values. More... | |
bool | GetSupportsRecordingSize () const |
To get with SetSupportsRecordingSize changed values. More... | |
bool | GetSupportsRecordingsLifetimeChange () const |
To get with SetSupportsRecordingsLifetimeChange changed values. More... | |
bool | GetSupportsRecordingsRename () const |
To get with SetSupportsRecordingsRename changed values. More... | |
bool | GetSupportsRecordingsUndelete () const |
To get with SetSupportsRecordings changed values. More... | |
bool | GetSupportsTimers () const |
To get with SetSupportsTimers changed values. More... | |
bool | GetSupportsTV () const |
To get with SetSupportsTV changed values. More... | |
void | SetHandlesDemuxing (bool handlesDemuxing) |
Set true if this add-on demultiplexes packets. More... | |
void | SetHandlesInputStream (bool handlesInputStream) |
Set true if this add-on provides an input stream. false if Kodi handles the stream. More... | |
void | SetRecordingsLifetimeValues (const std::vector< PVRTypeIntValue > &recordingsLifetimeValues) |
optional Set array containing the possible values for PVRRecording::SetLifetime(). More... | |
void | SetSupportsAsyncEPGTransfer (bool supportsAsyncEPGTransfer) |
Set true if this addon-on supports asynchronous transfer of epg events to Kodi using the callback function kodi::addon::CInstancePVRClient::EpgEventStateChange(). More... | |
void | SetSupportsChannelGroups (bool supportsChannelGroups) |
Set true if this add-on supports channel groups. More... | |
void | SetSupportsChannelScan (bool supportsChannelScan) |
Set true if this add-on support scanning for new channels on the backend. More... | |
void | SetSupportsChannelSettings (bool supportsChannelSettings) |
Set true if this add-on supports channel edit. More... | |
void | SetSupportsDescrambleInfo (bool supportsDescrambleInfo) |
Set true if the backend supports descramble information for playing channels. More... | |
void | SetSupportsEPG (bool supportsEPG) |
Set true if the add-on provides EPG information. More... | |
void | SetSupportsEPGEdl (bool supportsEPGEdl) |
Set true if the backend supports retrieving an edit decision list for an EPG tag. More... | |
void | SetSupportsLastPlayedPosition (bool supportsLastPlayedPosition) |
Set true if the backend supports store/retrieve of last played position for recordings. More... | |
void | SetSupportsProviders (bool supportsProviders) |
Set true if this add-on supports providers. More... | |
void | SetSupportsRadio (bool supportsRadio) |
Set true if this add-on provides TV channels. More... | |
void | SetSupportsRecordingEdl (bool supportsRecordingEdl) |
Set true if the backend supports retrieving an edit decision list for recordings. More... | |
void | SetSupportsRecordingPlayCount (bool supportsRecordingPlayCount) |
Set true if the backend supports play count for recordings. More... | |
void | SetSupportsRecordings (bool supportsRecordings) |
true if this add-on supports playback of recordings stored on the backend. More... | |
void | SetSupportsRecordingsDelete (bool supportsRecordingsDelete) |
Set true if this add-on supports delete of recordings stored on the backend. More... | |
void | SetSupportsRecordingSize (bool supportsRecordingSize) |
Set true if this addon-on supports retrieving size of recordings. More... | |
void | SetSupportsRecordingsLifetimeChange (bool supportsRecordingsLifetimeChange) |
Set true if the backend supports changing lifetime for recordings. More... | |
void | SetSupportsRecordingsRename (bool supportsRecordingsRename) |
Set true if the backend supports renaming recordings. More... | |
void | SetSupportsRecordingsUndelete (bool supportsRecordingsUndelete) |
Set true if this add-on supports undelete of recordings stored on the backend. More... | |
void | SetSupportsTimers (bool supportsTimers) |
Set true if this add-on supports the creation and editing of timers. More... | |
void | SetSupportsTV (bool supportsTV) |
Set true if this add-on provides TV channels. More... | |
Friends | |
class | CInstancePVRClient |