Kodi Development  20.0
for Binary and Script based Add-Ons
PVR_CHANNEL

"C" PVR add-on channel. More...

Detailed Description

"C" PVR add-on channel.

Structure used to interface in "C" between Kodi and Addon.

See kodi::addon::PVRChannel for description of values.

Public Attributes

bool bHasArchive
 
bool bIsHidden
 
bool bIsRadio
 
unsigned int iChannelNumber
 
int iClientProviderUid
 
unsigned int iEncryptionSystem
 
int iOrder
 
unsigned int iSubChannelNumber
 
unsigned int iUniqueId
 
char strChannelName [PVR_ADDON_NAME_STRING_LENGTH]
 
char strIconPath [PVR_ADDON_URL_STRING_LENGTH]
 
char strMimeType [PVR_ADDON_INPUT_FORMAT_STRING_LENGTH]
 

Member Data Documentation

◆ iUniqueId

unsigned int iUniqueId

◆ bIsRadio

bool bIsRadio

◆ iChannelNumber

unsigned int iChannelNumber

◆ iSubChannelNumber

unsigned int iSubChannelNumber

◆ strChannelName

char strChannelName[PVR_ADDON_NAME_STRING_LENGTH]

◆ strMimeType

char strMimeType[PVR_ADDON_INPUT_FORMAT_STRING_LENGTH]

◆ iEncryptionSystem

unsigned int iEncryptionSystem

◆ strIconPath

char strIconPath[PVR_ADDON_URL_STRING_LENGTH]

◆ bIsHidden

bool bIsHidden

◆ bHasArchive

bool bHasArchive

◆ iOrder

int iOrder

◆ iClientProviderUid

int iClientProviderUid

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