Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
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, unsigned int maxWidth, unsigned int maxHeight, float pixelAspectRatio)
 

Public Attributes

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

Constructor & Destructor Documentation

◆ VideoStreamProperties()

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

Member Data Documentation

◆ maxHeight

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

◆ maxWidth

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

◆ nominalHeight

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

◆ nominalWidth

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

◆ pixelAspectRatio

float KODI::RETRO::VideoStreamProperties::pixelAspectRatio

◆ pixfmt

AVPixelFormat KODI::RETRO::VideoStreamProperties::pixfmt

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