![]() |
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
Representation of a TV or radio channel. More...
#include <xbmc_pvr_types.h>
Public Attributes | |
unsigned int | iUniqueId |
(required) unique identifier for this channel More... | |
bool | bIsRadio |
(required) true if this is a radio channel, false if it's a TV channel More... | |
unsigned int | iChannelNumber |
(optional) channel number of this channel on the backend More... | |
unsigned int | iSubChannelNumber |
(optional) sub channel number of this channel on the backend (ATSC) More... | |
char | strChannelName [PVR_ADDON_NAME_STRING_LENGTH] |
(optional) channel name given to this channel More... | |
char | strInputFormat [PVR_ADDON_INPUT_FORMAT_STRING_LENGTH] |
(optional) input format type. types can be found in ffmpeg/libavformat/allformats.c leave empty if unknown More... | |
unsigned int | iEncryptionSystem |
(optional) the encryption ID or CaID of this channel More... | |
char | strIconPath [PVR_ADDON_URL_STRING_LENGTH] |
(optional) path to the channel icon (if present) More... | |
bool | bIsHidden |
(optional) true if this channel is marked as hidden More... | |
Representation of a TV or radio channel.
bool PVR_CHANNEL::bIsHidden |
(optional) true if this channel is marked as hidden
bool PVR_CHANNEL::bIsRadio |
(required) true if this is a radio channel, false if it's a TV channel
unsigned int PVR_CHANNEL::iChannelNumber |
(optional) channel number of this channel on the backend
unsigned int PVR_CHANNEL::iEncryptionSystem |
(optional) the encryption ID or CaID of this channel
unsigned int PVR_CHANNEL::iSubChannelNumber |
(optional) sub channel number of this channel on the backend (ATSC)
unsigned int PVR_CHANNEL::iUniqueId |
(required) unique identifier for this channel
char PVR_CHANNEL::strChannelName[PVR_ADDON_NAME_STRING_LENGTH] |
(optional) channel name given to this channel
char PVR_CHANNEL::strIconPath[PVR_ADDON_URL_STRING_LENGTH] |
(optional) path to the channel icon (if present)
char PVR_CHANNEL::strInputFormat[PVR_ADDON_INPUT_FORMAT_STRING_LENGTH] |
(optional) input format type. types can be found in ffmpeg/libavformat/allformats.c leave empty if unknown