kodi
Public Attributes | List of all members
game_stream_properties Struct Reference

Immutable stream metadata More...

#include <game.h>

Collaboration diagram for game_stream_properties:
Collaboration graph
[legend]

Public Attributes

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

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.


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