| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <AEAudioFormat.h>
Public Member Functions | |
| AEAudioFormat () | |
| bool | operator== (const AEAudioFormat &fmt) const | 
Public Attributes | |
| enum AEDataFormat | m_dataFormat | 
| unsigned int | m_sampleRate | 
| CAEChannelInfo | m_channelLayout | 
| unsigned int | m_frames | 
| unsigned int | m_frameSize | 
| CAEStreamInfo | m_streamInfo | 
The audio format structure that fully defines a stream's audio information
      
  | 
  inline | 
      
  | 
  inline | 
| CAEChannelInfo AEAudioFormat::m_channelLayout | 
The stream's channel layout
| enum AEDataFormat AEAudioFormat::m_dataFormat | 
The stream's data format (eg, AE_FMT_S16LE)
| unsigned int AEAudioFormat::m_frames | 
The number of frames per period
| unsigned int AEAudioFormat::m_frameSize | 
The size of one frame in bytes
| unsigned int AEAudioFormat::m_sampleRate | 
The stream's sample rate (eg, 48000)
| CAEStreamInfo AEAudioFormat::m_streamInfo | 
Stream info of raw passthrough