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

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

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.

◆ strIconPath

const char* PVR_PROVIDER::strIconPath

◆ strLanguages

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.

◆ strName

const char* PVR_PROVIDER::strName

◆ type

enum PVR_PROVIDER_TYPE PVR_PROVIDER::type

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