Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <StreamInfo.h>
Public Attributes | |
float | videoAspectRatio = 0.0f |
int | height = 0 |
int | width = 0 |
CRect | SrcRect |
CRect | DestRect |
CRect | VideoRect |
std::string | stereoMode |
int | angles = 0 |
StreamHdrType | hdrType = StreamHdrType::HDR_TYPE_NONE |
uint32_t | fpsRate {0} |
uint32_t | fpsScale {0} |
Public Attributes inherited from StreamInfo | |
bool | valid = false |
int | bitrate = 0 |
std::string | language |
std::string | name |
std::string | codecName |
std::string | codecDesc |
StreamFlags | flags = StreamFlags::FLAG_NONE |
Additional Inherited Members | |
Protected Member Functions inherited from StreamInfo | |
StreamInfo ()=default | |
virtual | ~StreamInfo ()=default |
int VideoStreamInfo::angles = 0 |
CRect VideoStreamInfo::DestRect |
uint32_t VideoStreamInfo::fpsRate {0} |
uint32_t VideoStreamInfo::fpsScale {0} |
StreamHdrType VideoStreamInfo::hdrType = StreamHdrType::HDR_TYPE_NONE |
int VideoStreamInfo::height = 0 |
CRect VideoStreamInfo::SrcRect |
std::string VideoStreamInfo::stereoMode |
float VideoStreamInfo::videoAspectRatio = 0.0f |
CRect VideoStreamInfo::VideoRect |
int VideoStreamInfo::width = 0 |