Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <StreamInfo.h>
Public Attributes | |
int | channels = 0 |
int | samplerate = 0 |
int | bitspersample = 0 |
Public Attributes inherited from StreamInfo | |
bool | valid = false |
int | bitrate = 0 |
std::string | language |
std::string | name |
std::string | codecName |
std::string | codecDesc |
StreamFlags | flags = StreamFlags::FLAG_NONE |
Additional Inherited Members | |
Protected Member Functions inherited from StreamInfo | |
StreamInfo ()=default | |
virtual | ~StreamInfo ()=default |
int AudioStreamInfo::bitspersample = 0 |
int AudioStreamInfo::channels = 0 |
int AudioStreamInfo::samplerate = 0 |