|
Wwise SDK 2025.1.3
|
#include <AkCommandTypes.h>
公開変数類 | |
| 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 行目に定義があります。