kodi
Public Member Functions | Public Attributes | List of all members
AEAudioFormat Struct Reference

The audio format structure that fully defines a stream's audio information. More...

#include <AEAudioFormat.h>

Collaboration diagram for AEAudioFormat:
Collaboration graph
[legend]

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.
 

Detailed Description

The audio format structure that fully defines a stream's audio information.


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