|
Wwise SDK 2023.1.17
|
Multi-channel volume definitions and services. [詳解]
名前空間 | |
| Matrix | |
| Volume matrix (multi-in/multi-out channel configurations) services. | |
| Vector | |
| Volume vector services. | |
型定義 | |
| typedef AkReal32 * | VectorPtr |
| Volume vector. Access each element with the standard bracket [] operator. [詳解] | |
| typedef AkReal32 * | MatrixPtr |
| Volume matrix. Access each input channel vector with AK::SpeakerVolumes::Matrix::GetChannel(). [詳解] | |
| typedef const AkReal32 * | ConstVectorPtr |
| Constant volume vector. Access each element with the standard bracket [] operator. [詳解] | |
| typedef const AkReal32 * | ConstMatrixPtr |
| Constant volume matrix. Access each input channel vector with AK::SpeakerVolumes::Matrix::GetChannel(). [詳解] | |
Multi-channel volume definitions and services.