Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
PVR_CHANNEL Struct Reference

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

#include <pvr_channels.h>

Public Attributes

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

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.

Member Data Documentation

◆ bHasArchive

bool PVR_CHANNEL::bHasArchive

◆ bIsHidden

bool PVR_CHANNEL::bIsHidden

◆ bIsRadio

bool PVR_CHANNEL::bIsRadio

◆ iChannelNumber

unsigned int PVR_CHANNEL::iChannelNumber

◆ iClientProviderUid

int PVR_CHANNEL::iClientProviderUid

◆ iEncryptionSystem

unsigned int PVR_CHANNEL::iEncryptionSystem

◆ iOrder

int PVR_CHANNEL::iOrder

◆ iSubChannelNumber

unsigned int PVR_CHANNEL::iSubChannelNumber

◆ iUniqueId

unsigned int PVR_CHANNEL::iUniqueId

◆ strChannelName

char PVR_CHANNEL::strChannelName[PVR_ADDON_NAME_STRING_LENGTH]

◆ strIconPath

char PVR_CHANNEL::strIconPath[PVR_ADDON_URL_STRING_LENGTH]

◆ strMimeType

char PVR_CHANNEL::strMimeType[PVR_ADDON_INPUT_FORMAT_STRING_LENGTH]

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