Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
The for Audio stream used data system More...
Classes | |
struct | game_stream_audio_properties |
Game audio stream properties More... | |
struct | game_stream_audio_packet |
Audio stream packet More... | |
Typedefs | |
typedef enum GAME_PCM_FORMAT | GAME_PCM_FORMAT |
Stream Format | |
typedef enum GAME_AUDIO_CHANNEL | GAME_AUDIO_CHANNEL |
Audio channel | |
typedef struct game_stream_audio_properties | game_stream_audio_properties |
Game audio stream properties | |
typedef struct game_stream_audio_packet | game_stream_audio_packet |
Audio stream packet | |
Enumerations | |
enum | GAME_PCM_FORMAT { GAME_PCM_FORMAT_UNKNOWN , GAME_PCM_FORMAT_S16NE } |
Stream Format More... | |
enum | GAME_AUDIO_CHANNEL { GAME_CH_NULL , GAME_CH_FL , GAME_CH_FR , GAME_CH_FC , GAME_CH_LFE , GAME_CH_BL , GAME_CH_BR , GAME_CH_FLOC , GAME_CH_FROC , GAME_CH_BC , GAME_CH_SL , GAME_CH_SR , GAME_CH_TFL , GAME_CH_TFR , GAME_CH_TFC , GAME_CH_TC , GAME_CH_TBL , GAME_CH_TBR , GAME_CH_TBC , GAME_CH_BLOC , GAME_CH_BROC } |
Audio channel More... | |
The for Audio stream used data system
Used to give Addon currently used audio stream configuration on Kodi and arrays to give related data to Kodi on callbacks.
typedef enum GAME_AUDIO_CHANNEL GAME_AUDIO_CHANNEL |
Audio channel
Channel identification flags.
typedef enum GAME_PCM_FORMAT GAME_PCM_FORMAT |
Stream Format
From Kodi requested specified audio sample format.
typedef struct game_stream_audio_packet game_stream_audio_packet |
Audio stream packet
This packet contains audio stream data passed to Kodi.
typedef struct game_stream_audio_properties game_stream_audio_properties |
Game audio stream properties
Used by Kodi to pass the currently required audio stream settings to the addon
enum GAME_AUDIO_CHANNEL |
Audio channel
Channel identification flags.
enum GAME_PCM_FORMAT |