|
enum | DataType {
STREAM_TYPE_NULL,
STREAM_TYPE_AC3,
STREAM_TYPE_DTS_512,
STREAM_TYPE_DTS_1024,
STREAM_TYPE_DTS_2048,
STREAM_TYPE_DTSHD,
STREAM_TYPE_DTSHD_CORE,
STREAM_TYPE_EAC3,
STREAM_TYPE_MLP,
STREAM_TYPE_TRUEHD,
STREAM_TYPE_DTSHD_MA
} |
|
|
double | GetDuration () const |
|
bool | operator== (const CAEStreamInfo &info) const |
|
|
DataType | m_type = STREAM_TYPE_NULL |
|
unsigned int | m_sampleRate |
|
unsigned int | m_channels |
|
bool | m_dataIsLE = true |
|
unsigned int | m_dtsPeriod = 0 |
|
unsigned int | m_repeat = 0 |
|
unsigned int | m_frameSize = 0 |
|
The documentation for this class was generated from the following files:
- xbmc/cores/AudioEngine/Utils/AEStreamInfo.h
- xbmc/cores/AudioEngine/Utils/AEStreamInfo.cpp