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

#include <VideoPlayer.h>

Public Attributes

StreamType type = STREAM_NONE
 
int type_index = 0
 
std::string filename
 
std::string filename2
 
std::string language
 
std::string name
 
StreamFlags flags = StreamFlags::FLAG_NONE
 
int source = 0
 
int id = 0
 
int64_t demuxerId = -1
 
std::string codec
 
int channels = 0
 
int bitrate = 0
 
int width = 0
 
int height = 0
 
CRect SrcRect
 
CRect DestRect
 
CRect VideoRect
 
std::string stereo_mode
 
float aspect_ratio = 0.0f
 
StreamHdrType hdrType = StreamHdrType::HDR_TYPE_NONE
 

Member Data Documentation

◆ aspect_ratio

float SelectionStream::aspect_ratio = 0.0f

◆ bitrate

int SelectionStream::bitrate = 0

◆ channels

int SelectionStream::channels = 0

◆ codec

std::string SelectionStream::codec

◆ demuxerId

int64_t SelectionStream::demuxerId = -1

◆ DestRect

CRect SelectionStream::DestRect

◆ filename

std::string SelectionStream::filename

◆ filename2

std::string SelectionStream::filename2

◆ flags

StreamFlags SelectionStream::flags = StreamFlags::FLAG_NONE

◆ hdrType

StreamHdrType SelectionStream::hdrType = StreamHdrType::HDR_TYPE_NONE

◆ height

int SelectionStream::height = 0

◆ id

int SelectionStream::id = 0

◆ language

std::string SelectionStream::language

◆ name

std::string SelectionStream::name

◆ source

int SelectionStream::source = 0

◆ SrcRect

CRect SelectionStream::SrcRect

◆ stereo_mode

std::string SelectionStream::stereo_mode

◆ type

StreamType SelectionStream::type = STREAM_NONE

◆ type_index

int SelectionStream::type_index = 0

◆ VideoRect

CRect SelectionStream::VideoRect

◆ width

int SelectionStream::width = 0

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