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

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

Detailed Description

"C" PVR add-on provider.

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

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

Public Attributes

unsigned int iUniqueId
 
char strCountries [PVR_ADDON_COUNTRIES_STRING_LENGTH]
 ISO 3166 country codes, separated by PROVIDER_STRING_TOKEN_SEPARATOR (e.g 'GB,IE,FR,CA'), an empty string means this value is undefined. More...
 
char strIconPath [PVR_ADDON_URL_STRING_LENGTH]
 
char strLanguages [PVR_ADDON_LANGUAGES_STRING_LENGTH]
 RFC 5646 language codes, separated by PROVIDER_STRING_TOKEN_SEPARATOR (e.g. 'en_GB,fr_CA'), an empty string means this value is undefined. More...
 
char strName [PVR_ADDON_NAME_STRING_LENGTH]
 
enum PVR_PROVIDER_TYPE type
 

Member Data Documentation

◆ iUniqueId

unsigned int iUniqueId

◆ strName

char strName[PVR_ADDON_NAME_STRING_LENGTH]

◆ type

enum PVR_PROVIDER_TYPE type

◆ strIconPath

char strIconPath[PVR_ADDON_URL_STRING_LENGTH]

◆ strCountries

char strCountries[PVR_ADDON_COUNTRIES_STRING_LENGTH]

ISO 3166 country codes, separated by PROVIDER_STRING_TOKEN_SEPARATOR (e.g 'GB,IE,FR,CA'), an empty string means this value is undefined.

◆ strLanguages

char strLanguages[PVR_ADDON_LANGUAGES_STRING_LENGTH]

RFC 5646 language codes, separated by PROVIDER_STRING_TOKEN_SEPARATOR (e.g. 'en_GB,fr_CA'), an empty string means this value is undefined.


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