Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
game_stream_properties Struct Reference

Immutable stream metadata. More...

#include <kodi_game_types.h>

Public Attributes

GAME_STREAM_TYPE type
 
union {
   game_stream_audio_properties   audio
 
   game_stream_video_properties   video
 
   game_stream_hw_framebuffer_properties   hw_framebuffer
 
   game_stream_sw_framebuffer_properties   sw_framebuffer
 
}; 
 

Detailed Description

Immutable stream metadata.

This metadata is provided when the stream is opened. If any stream properties change, a new stream must be opened.

Member Data Documentation

§ @3

union { ... }

§ audio

game_stream_audio_properties game_stream_properties::audio

§ hw_framebuffer

game_stream_hw_framebuffer_properties game_stream_properties::hw_framebuffer

§ sw_framebuffer

game_stream_sw_framebuffer_properties game_stream_properties::sw_framebuffer

§ type

GAME_STREAM_TYPE game_stream_properties::type

§ video

game_stream_video_properties game_stream_properties::video

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