Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Game video stream properties More...
#include <game.h>
Public Attributes | |
GAME_PIXEL_FORMAT | format |
The stream's pixel format. | |
unsigned int | nominal_width |
The nominal used width. | |
unsigned int | nominal_height |
The nominal used height. | |
unsigned int | max_width |
The maximal used width. | |
unsigned int | max_height |
The maximal used height. | |
float | aspect_ratio |
On video stream used aspect ration. | |
Game video stream properties
Used by Kodi to pass the currently required video stream settings to the addon
float game_stream_video_properties::aspect_ratio |
On video stream used aspect ration.
GAME_PIXEL_FORMAT game_stream_video_properties::format |
The stream's pixel format.
unsigned int game_stream_video_properties::max_height |
The maximal used height.
unsigned int game_stream_video_properties::max_width |
The maximal used width.
unsigned int game_stream_video_properties::nominal_height |
The nominal used height.
unsigned int game_stream_video_properties::nominal_width |
The nominal used width.