xbmc
Public Attributes | List of all members
PVR_PROVIDER Struct Reference

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

#include <pvr_providers.h>

Public Attributes

unsigned int iUniqueId
 
char strName [PVR_ADDON_NAME_STRING_LENGTH]
 
enum PVR_PROVIDER_TYPE type
 
char strIconPath [PVR_ADDON_URL_STRING_LENGTH]
 
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.
 
char strLanguages [PVR_ADDON_LANGUAGES_STRING_LENGTH]
 RFC 5646 language codes, separated by PROVIDER_STRING_TOKEN_SEPARATOR (e.g. 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.

Member Data Documentation

◆ strLanguages

char PVR_PROVIDER::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: