Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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, float displayAspectRatio, VideoRotation rotation, const uint8_t *data, size_t size)
 

Public Attributes

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

Constructor & Destructor Documentation

◆ VideoStreamPacket()

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

Member Data Documentation

◆ data

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

◆ displayAspectRatio

float KODI::RETRO::VideoStreamPacket::displayAspectRatio

◆ 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: