Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
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
 
std::string stereoMode
 
int angles = 0
 
- 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

◆ height

int VideoStreamInfo::height = 0

◆ SrcRect

CRect VideoStreamInfo::SrcRect

◆ stereoMode

std::string VideoStreamInfo::stereoMode

◆ videoAspectRatio

float VideoStreamInfo::videoAspectRatio = 0.0f

◆ width

int VideoStreamInfo::width = 0

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