Wwise SDK 2024.1.1
|
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.