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::VideoStreamProperties Struct Reference

#include <RetroPlayerVideo.h>

Inheritance diagram for KODI::RETRO::VideoStreamProperties:
KODI::RETRO::StreamProperties

Public Member Functions

 VideoStreamProperties (AVPixelFormat pixfmt, unsigned int nominalWidth, unsigned int nominalHeight, float nominalDisplayAspectRatio, unsigned int maxWidth, unsigned int maxHeight)
 

Public Attributes

AVPixelFormat pixfmt
 
unsigned int nominalWidth
 
unsigned int nominalHeight
 
float nominalDisplayAspectRatio
 
unsigned int maxWidth
 
unsigned int maxHeight
 

Constructor & Destructor Documentation

◆ VideoStreamProperties()

KODI::RETRO::VideoStreamProperties::VideoStreamProperties ( AVPixelFormat pixfmt,
unsigned int nominalWidth,
unsigned int nominalHeight,
float nominalDisplayAspectRatio,
unsigned int maxWidth,
unsigned int maxHeight )
inline

Member Data Documentation

◆ maxHeight

unsigned int KODI::RETRO::VideoStreamProperties::maxHeight

◆ maxWidth

unsigned int KODI::RETRO::VideoStreamProperties::maxWidth

◆ nominalDisplayAspectRatio

float KODI::RETRO::VideoStreamProperties::nominalDisplayAspectRatio

◆ nominalHeight

unsigned int KODI::RETRO::VideoStreamProperties::nominalHeight

◆ nominalWidth

unsigned int KODI::RETRO::VideoStreamProperties::nominalWidth

◆ pixfmt

AVPixelFormat KODI::RETRO::VideoStreamProperties::pixfmt

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