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

#include <StreamInfo.h>

Inheritance diagram for StreamInfo:
AudioStreamInfo SubtitleStreamInfo VideoStreamInfo

Public Attributes

bool valid = false
 
int bitrate = 0
 
std::string language
 
std::string name
 
std::string codecName
 
StreamFlags flags = StreamFlags::FLAG_NONE
 

Protected Member Functions

 StreamInfo ()=default
 
virtual ~StreamInfo ()=default
 

Constructor & Destructor Documentation

◆ StreamInfo()

StreamInfo::StreamInfo ( )
protecteddefault

◆ ~StreamInfo()

virtual StreamInfo::~StreamInfo ( )
protectedvirtualdefault

Member Data Documentation

◆ bitrate

int StreamInfo::bitrate = 0

◆ codecName

std::string StreamInfo::codecName

◆ flags

StreamFlags StreamInfo::flags = StreamFlags::FLAG_NONE

◆ language

std::string StreamInfo::language

◆ name

std::string StreamInfo::name

◆ valid

bool StreamInfo::valid = false

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