![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Audio stream 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... | |
Audio stream data system
Used to provide the add-on with the current audio stream configuration from Kodi and arrays to pass related data back to Kodi during callbacks.
typedef enum GAME_AUDIO_CHANNEL GAME_AUDIO_CHANNEL |
Audio channel
Channel identification flags.
typedef enum GAME_PCM_FORMAT GAME_PCM_FORMAT |
Stream Format
Audio sample format requested by Kodi.
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 add-on
enum GAME_AUDIO_CHANNEL |
Audio channel
Channel identification flags.
enum GAME_PCM_FORMAT |