Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages

Immutable stream metadata More...

#include <game.h>

Public Attributes

GAME_STREAM_TYPE type
 The stream type.
 
union { 
 
   game_stream_audio_properties   audio 
 The audio stream properties. More...
 
   game_stream_video_properties   video 
 The video stream properties. More...
 
   game_stream_hw_framebuffer_properties   hw_framebuffer 
 The hardware framebuffer properties. More...
 
   game_stream_sw_framebuffer_properties   sw_framebuffer 
 The software framebuffer properties. More...
 
};  
 

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

◆ [union]

union { ... } game_stream_properties

◆ audio

game_stream_audio_properties game_stream_properties::audio

The audio stream properties.

◆ hw_framebuffer

game_stream_hw_framebuffer_properties game_stream_properties::hw_framebuffer

The hardware framebuffer properties.

◆ sw_framebuffer

game_stream_sw_framebuffer_properties game_stream_properties::sw_framebuffer

The software framebuffer properties.

◆ type

GAME_STREAM_TYPE game_stream_properties::type

The stream type.

◆ video

game_stream_video_properties game_stream_properties::video

The video stream properties.


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