Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::RETRO::VideoStreamPacket Struct Reference

#include <RetroPlayerVideo.h>

Inheritance diagram for KODI::RETRO::VideoStreamPacket:
KODI::RETRO::StreamPacket

Public Member Functions

 VideoStreamPacket (unsigned int width, unsigned int height, VideoRotation rotation, const uint8_t *data, size_t size)
 

Public Attributes

unsigned int width
 
unsigned int height
 
VideoRotation rotation
 
const uint8_tdata
 
size_t size
 

Constructor & Destructor Documentation

◆ VideoStreamPacket()

KODI::RETRO::VideoStreamPacket::VideoStreamPacket ( unsigned int width,
unsigned int height,
VideoRotation rotation,
const uint8_t * data,
size_t size )
inline

Member Data Documentation

◆ data

const uint8_t* KODI::RETRO::VideoStreamPacket::data

◆ height

unsigned int KODI::RETRO::VideoStreamPacket::height

◆ rotation

VideoRotation KODI::RETRO::VideoStreamPacket::rotation

◆ size

size_t KODI::RETRO::VideoStreamPacket::size

◆ width

unsigned int KODI::RETRO::VideoStreamPacket::width

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