![]() |
Kodi Documentation 18.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 |
std::string | stereoMode |
int | angles = 0 |
![]() | |
bool | valid = false |
int | bitrate = 0 |
std::string | language |
std::string | name |
std::string | codecName |
StreamFlags | flags = StreamFlags::FLAG_NONE |
Additional Inherited Members | |
![]() | |
StreamInfo ()=default | |
virtual | ~StreamInfo ()=default |
int VideoStreamInfo::angles = 0 |
CRect VideoStreamInfo::DestRect |
int VideoStreamInfo::height = 0 |
CRect VideoStreamInfo::SrcRect |
std::string VideoStreamInfo::stereoMode |
float VideoStreamInfo::videoAspectRatio = 0.0f |
int VideoStreamInfo::width = 0 |