Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
struct | PVR_CHANNEL |
"C" PVR add-on channel. More... | |
struct | PVR_SIGNAL_STATUS |
"C" PVR add-on signal status information. More... | |
struct | PVR_DESCRAMBLE_INFO |
"C" PVR add-on descramble information. More... | |
Macros | |
#define | PVR_CHANNEL_INVALID_UID -1 |
Denotes that no channel uid is available. | |
#define | PVR_DESCRAMBLE_INFO_NOT_AVAILABLE -1 |
Special class PVRDescrambleInfo value to indicate that a struct member's value is not available. | |
Typedefs | |
typedef struct PVR_CHANNEL | PVR_CHANNEL |
"C" PVR add-on channel. | |
typedef struct PVR_SIGNAL_STATUS | PVR_SIGNAL_STATUS |
"C" PVR add-on signal status information. | |
typedef struct PVR_DESCRAMBLE_INFO | PVR_DESCRAMBLE_INFO |
"C" PVR add-on descramble information. | |
typedef struct PVR_CHANNEL PVR_CHANNEL |
"C" PVR add-on channel.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVRChannel for description of values.
typedef struct PVR_DESCRAMBLE_INFO PVR_DESCRAMBLE_INFO |
"C" PVR add-on descramble information.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVRDescrambleInfo for description of values.
typedef struct PVR_SIGNAL_STATUS PVR_SIGNAL_STATUS |
"C" PVR add-on signal status information.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVRSignalStatus for description of values.