| 
    Wwise SDK 2021.1.14
    
   | 
 
◆ 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 の 79 行目に定義があります。  |