Set all parameters of the audio format structure. Channels are specified by channel mask (standard configs).
- 引数
-
| in_uSampleRate | Number of samples per second |
| in_channelConfig | Channel configuration |
| in_uBitsPerSample | Number of bits per sample |
| in_uBlockAlign | Number of bytes per sample frame. (For example a 5.1 PCM 16bit should have a uBlockAlign equal to 6(5.1 channels)*2(16 bits per sample) = 12. |
| in_uTypeID | Data sample format (Float or Integer) |
| in_uInterleaveID | Interleaved type |
AkCommonDefs.h の 124 行目に定義があります。
参照先 channelConfig, uBitsPerSample, uBlockAlign, uInterleaveID, uSampleRate, uTypeID.