Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
"C" PVR add-on provider. More...
#include <pvr_providers.h>
Public Attributes | |
unsigned int | iUniqueId |
const char * | strName |
enum PVR_PROVIDER_TYPE | type |
const char * | strIconPath |
const char * | strCountries |
ISO 3166 country codes, separated by PROVIDER_STRING_TOKEN_SEPARATOR (e.g 'GB,IE,FR,CA'), an empty string means this value is undefined. | |
const char * | strLanguages |
RFC 5646 language codes, separated by PROVIDER_STRING_TOKEN_SEPARATOR (e.g. 'en_GB,fr_CA'), an empty string means this value is undefined. | |
"C" PVR add-on provider.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVRProvider for description of values.
unsigned int PVR_PROVIDER::iUniqueId |
const char* PVR_PROVIDER::strCountries |
ISO 3166 country codes, separated by PROVIDER_STRING_TOKEN_SEPARATOR (e.g 'GB,IE,FR,CA'), an empty string means this value is undefined.
const char* PVR_PROVIDER::strIconPath |
const char* PVR_PROVIDER::strLanguages |
RFC 5646 language codes, separated by PROVIDER_STRING_TOKEN_SEPARATOR (e.g. 'en_GB,fr_CA'), an empty string means this value is undefined.
const char* PVR_PROVIDER::strName |
enum PVR_PROVIDER_TYPE PVR_PROVIDER::type |