|
kodi
|
The audio format structure that fully defines a stream's audio information. More...
#include <AEAudioFormat.h>

Public Member Functions | |
| bool | operator== (const AEAudioFormat &fmt) const |
Public Attributes | |
| enum AEDataFormat | m_dataFormat |
| The stream's data format (eg, AE_FMT_S16LE) | |
| unsigned int | m_sampleRate |
| The stream's sample rate (eg, 48000) | |
| CAEChannelInfo | m_channelLayout |
| The stream's channel layout. | |
| unsigned int | m_frames |
| The number of frames per period. | |
| unsigned int | m_frameSize |
| The size of one frame in bytes. | |
| CAEStreamInfo | m_streamInfo |
| Stream info of raw passthrough. | |
The audio format structure that fully defines a stream's audio information.
1.8.13