Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
VideoStreamInfo Struct Reference

#include <StreamInfo.h>

Inheritance diagram for VideoStreamInfo:
StreamInfo

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
 
- Public Attributes inherited from StreamInfo
bool valid = false
 
int bitrate = 0
 
std::string language
 
std::string name
 
std::string codecName
 
StreamFlags flags = StreamFlags::FLAG_NONE
 

Additional Inherited Members

- Protected Member Functions inherited from StreamInfo
 StreamInfo ()=default
 
virtual ~StreamInfo ()=default
 

Member Data Documentation

◆ angles

int VideoStreamInfo::angles = 0

◆ DestRect

CRect VideoStreamInfo::DestRect

◆ hdrType

StreamHdrType VideoStreamInfo::hdrType = StreamHdrType::HDR_TYPE_NONE

◆ height

int VideoStreamInfo::height = 0

◆ SrcRect

CRect VideoStreamInfo::SrcRect

◆ stereoMode

std::string VideoStreamInfo::stereoMode

◆ videoAspectRatio

float VideoStreamInfo::videoAspectRatio = 0.0f

◆ VideoRect

CRect VideoStreamInfo::VideoRect

◆ width

int VideoStreamInfo::width = 0

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