|
Wwise SDK 2025.1.2
|
#include <AkCommandTypes.h>
Public 属性 | |
| AkUniqueID | busID |
| Bus Short ID. 更多... | |
| struct AkChannelConfig | channelConfig |
| Desired channel configuration. An invalid configuration (from default constructor) means "as parent". 更多... | |
Forces channel configuration for the specified bus.
![]() | 备注: You cannot change the configuration of the top-level bus. |
This command can fail for the following reasons:
AK_InvalidParameter when busID is an invalid ID.AK_IDNotFound when the Bus ID is not present in the Init bank.AK_NotCompatible when the Bus ID refers to a top-level bus.在文件 AkCommandTypes.h 第 952 行定义.