Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

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_tdata
 Pointer for video stream data given to Kodi.
 
size_t size
 Size of data array.
 

Detailed Description

Video stream packet

This packet contains video stream data passed to Kodi.

Member Data Documentation

◆ data

const uint8_t* game_stream_video_packet::data

Pointer for video stream data given to Kodi.

◆ height

unsigned int game_stream_video_packet::height

Video width.

◆ rotation

GAME_VIDEO_ROTATION game_stream_video_packet::rotation

Width GAME_VIDEO_ROTATION defined rotation angle.

◆ size

size_t game_stream_video_packet::size

Size of data array.

◆ width

unsigned int game_stream_video_packet::width

Video height.


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