バージョン
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. Typically, custom audio devices are used for HRTF spatialization or unusual hardware. If you want to output to the default system audio output, leave this field to its default value (AK_INVALID_UNIQUE_ID). Typical usage: AkInitSettings.eOutputSettings.audioDeviceShareset = AK::SoundEngine::GetIDFromString("InsertYourAudioDeviceSharesetNameHere"); AK::SoundEngine::GetIDFromString() audio_device_plugins AkSoundEngine.h の 130 行で定義されています。 |