Settings¶
struct Settings
Store conversion settings for an AudioConverter
instance.
Variables¶
Name | Description |
---|---|
m_sourceSampleRate | The source sample rate. |
m_targetSampleRate | The destination sample rate. |
m_sourceChannelCount | The source channel count. |
m_targetChannelCount | The destination channel count. |
Variable Details¶
m_sourceChannelCount¶
AmUInt16 m_sourceChannelCount
The source channel count.
m_sourceSampleRate¶
AmUInt32 m_sourceSampleRate
The source sample rate.
m_targetChannelCount¶
AmUInt16 m_targetChannelCount
The destination channel count.
m_targetSampleRate¶
AmUInt32 m_targetSampleRate
The destination sample rate.