Wwise SDK 2024.1.1
|
◆ bIsDeviceEffect
Plug-in can process final mixes and objects right before sending them to the audio device for output. Plug-ins that process the main mix, passthrough mix and objects directly at the end of the pipeline must implement IAkAudioDeviceEffectPlugin. Audio device effect plug-ins must be in place (bIsInPlace = true) and must be able to process objects (bCanProcessObjects = true). IAkPlugin.h の 81 行目に定義があります。 |