Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
PVR_CHANNEL Struct Reference

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...
 

Detailed Description

Representation of a TV or radio channel.

Member Data Documentation

§ bIsHidden

bool PVR_CHANNEL::bIsHidden

(optional) true if this channel is marked as hidden

§ bIsRadio

bool PVR_CHANNEL::bIsRadio

(required) true if this is a radio channel, false if it's a TV channel

§ iChannelNumber

unsigned int PVR_CHANNEL::iChannelNumber

(optional) channel number of this channel on the backend

§ iEncryptionSystem

unsigned int PVR_CHANNEL::iEncryptionSystem

(optional) the encryption ID or CaID of this channel

§ iSubChannelNumber

unsigned int PVR_CHANNEL::iSubChannelNumber

(optional) sub channel number of this channel on the backend (ATSC)

§ iUniqueId

unsigned int PVR_CHANNEL::iUniqueId

(required) unique identifier for this channel

§ strChannelName

char PVR_CHANNEL::strChannelName[PVR_ADDON_NAME_STRING_LENGTH]

(optional) channel name given to this channel

§ strIconPath

char PVR_CHANNEL::strIconPath[PVR_ADDON_URL_STRING_LENGTH]

(optional) path to the channel icon (if present)

§ strInputFormat

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


The documentation for this struct was generated from the following file: