Wwise SDK 2019.1.11
|
◆ audioDeviceShareset
Unique ID of a custom audio device to be used. Custom audio devices are defined in the Audio Device Shareset section of the Wwise project. If you want to output normally through the default system, leave this field to its default value (AK_INVALID_UNIQUE_ID). Typical usage: AkInitSettings.eOutputSettings.audioDeviceShareset = AK::SoundEngine::GetIDFromString("InsertYourAudioDeviceSharesetNameHere");
AkSoundEngine.h の 142 行目に定義があります。 |