Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
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. 'en_GB,fr_CA'), an empty string means this value is undefined.
 

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

◆ iUniqueId

unsigned int PVR_PROVIDER::iUniqueId

◆ strCountries

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

◆ strIconPath

char PVR_PROVIDER::strIconPath[PVR_ADDON_URL_STRING_LENGTH]

◆ 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.

◆ strName

char PVR_PROVIDER::strName[PVR_ADDON_NAME_STRING_LENGTH]

◆ type

enum PVR_PROVIDER_TYPE PVR_PROVIDER::type

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