![]() |
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
struct | game_stream_audio_properties |
Game audio stream properties More... | |
struct | game_stream_audio_packet |
Audio stream packet More... | |
struct | game_stream_video_properties |
Game video stream properties More... | |
struct | game_stream_video_packet |
Video stream packet More... | |
struct | game_stream_hw_framebuffer_properties |
Hardware framebuffer properties More... | |
struct | game_stream_hw_framebuffer_buffer |
Hardware framebuffer buffer More... | |
struct | game_stream_hw_framebuffer_packet |
Hardware framebuffer packet More... | |
struct | game_stream_sw_framebuffer_buffer |
Hardware framebuffer type More... | |
struct | game_stream_properties |
Immutable stream metadata More... | |
struct | game_stream_buffer |
Stream buffers for hardware rendering and zero-copy support More... | |
struct | game_stream_packet |
Stream packet and ephemeral metadata More... | |
struct | game_input_device |
Device that can provide input. More... | |
struct | game_input_port |
Port that can provide input. More... | |
struct | game_input_topology |
The input topology is the possible ways to connect input devices. More... | |
struct | game_digital_button_event |
struct | game_analog_button_event |
struct | game_axis_event |
struct | game_analog_stick_event |
struct | game_accelerometer_event |
struct | game_key_event |
struct | game_rel_pointer_event |
struct | game_abs_pointer_event |
struct | game_motor_event |
struct | game_input_event |
struct | game_system_timing |
Game system timing. More... | |
struct | AddonProps_Game |
Game properties. More... | |
struct | AddonToKodiFuncTable_Game |
Game callbacks. More... | |
struct | KodiToAddonFuncTable_Game |
Game function hooks. More... | |
struct | AddonInstance_Game |
Game instance. More... | |
Macros | |
#define | DEFAULT_PORT_ID "1" |
Port ID used when topology is unknown More... | |
typedef struct AddonInstance_Game AddonInstance_Game |
Game instance.
Not to be used outside this header.
typedef struct AddonProps_Game AddonProps_Game |
Game properties.
Not to be used outside this header.
typedef struct AddonToKodiFuncTable_Game AddonToKodiFuncTable_Game |
Game callbacks.
Not to be used outside this header.
typedef void* KODI_GAME_STREAM_HANDLE |
typedef struct KodiToAddonFuncTable_Game KodiToAddonFuncTable_Game |
Game function hooks.
Not to be used outside this header.