|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <StreamInfo.h>
Public Member Functions | |
| bool | operator== (const StreamInfo &) const =default |
Public Attributes | |
| bool | valid = false |
| int | bitrate = 0 |
| KODI::UTILS::CLanguageTag | language |
| std::string | name |
| std::string | codecName |
| std::string | codecDesc |
| StreamFlags | flags = StreamFlags::FLAG_NONE |
Protected Member Functions | |
| StreamInfo ()=default | |
| virtual | ~StreamInfo ()=default |
|
protecteddefault |
|
protectedvirtualdefault |
|
default |
| int StreamInfo::bitrate = 0 |
| std::string StreamInfo::codecDesc |
| std::string StreamInfo::codecName |
| StreamFlags StreamInfo::flags = StreamFlags::FLAG_NONE |
| KODI::UTILS::CLanguageTag StreamInfo::language |
| std::string StreamInfo::name |
| bool StreamInfo::valid = false |