Kodi Docs 20.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. More...
 
unsigned int height
 Video width. More...
 
GAME_VIDEO_ROTATION rotation
 Width GAME_VIDEO_ROTATION defined rotation angle. More...
 
const uint8_tdata
 Pointer for video stream data given to Kodi. More...
 
size_t size
 Size of data array. More...
 

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: