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

#include <StreamInfo.h>

Inheritance diagram for AudioStreamInfo:
StreamInfo

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
 
StreamFlags flags = StreamFlags::FLAG_NONE
 

Additional Inherited Members

- Protected Member Functions inherited from StreamInfo
 StreamInfo ()=default
 
virtual ~StreamInfo ()=default
 

Member Data Documentation

◆ bitspersample

int AudioStreamInfo::bitspersample = 0

◆ channels

int AudioStreamInfo::channels = 0

◆ samplerate

int AudioStreamInfo::samplerate = 0

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