Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Video stream packet More...
#include <game.h>
Public Attributes | |
unsigned int | width |
Video height. | |
unsigned int | height |
Video width. | |
GAME_VIDEO_ROTATION | rotation |
Width GAME_VIDEO_ROTATION defined rotation angle. | |
const uint8_t * | data |
Pointer for video stream data given to Kodi. | |
size_t | size |
Size of data array. | |
Video stream packet
This packet contains video stream data passed to Kodi.
unsigned int game_stream_video_packet::height |
Video width.
GAME_VIDEO_ROTATION game_stream_video_packet::rotation |
Width GAME_VIDEO_ROTATION defined rotation angle.
size_t game_stream_video_packet::size |
Size of data array.
unsigned int game_stream_video_packet::width |
Video height.