Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
Definitions, structures and enumerators

General definition values More...

Classes

struct  kodi_version_t
 For kodi::Version used structure. More...
 

Typedefs

typedef enum QueueMsg QueueMsg
 For kodi::QueueNotification() used message types. More...
 
typedef enum LangFormats LangFormats
 Format codes to get string from them. More...
 
typedef struct kodi_version_t kodi_version_t
 For kodi::Version used structure. More...
 

Enumerations

enum  QueueMsg { QUEUE_INFO , QUEUE_WARNING , QUEUE_ERROR , QUEUE_OWN_STYLE }
 For kodi::QueueNotification() used message types. More...
 
enum  LangFormats { LANG_FMT_ISO_639_1 , LANG_FMT_ISO_639_2 , LANG_FMT_ENGLISH_NAME }
 Format codes to get string from them. More...
 

Detailed Description

General definition values

Typedef Documentation

◆ kodi_version_t

For kodi::Version used structure.

◆ LangFormats

typedef enum LangFormats LangFormats

Format codes to get string from them.

Used on kodi::GetLanguage().

◆ QueueMsg

typedef enum QueueMsg QueueMsg

For kodi::QueueNotification() used message types.

Enumeration Type Documentation

◆ LangFormats

Format codes to get string from them.

Used on kodi::GetLanguage().

Enumerator
LANG_FMT_ISO_639_1 

two letter code as defined in ISO 639-1

LANG_FMT_ISO_639_2 

three letter code as defined in ISO 639-2/T or ISO 639-2/B

LANG_FMT_ENGLISH_NAME 

full language name in English

◆ QueueMsg

enum QueueMsg

For kodi::QueueNotification() used message types.

Enumerator
QUEUE_INFO 

Show info notification message.

QUEUE_WARNING 

Show warning notification message.

QUEUE_ERROR 

Show error notification message.

QUEUE_OWN_STYLE 

Show with own given image and parts if set on values.