Plug-in type.
Enumerator |
---|
AkPluginTypeNone | Unknown/invalid plug-in type.
|
AkPluginTypeCodec | Compressor/decompressor plug-in (allows support for custom audio file types).
|
AkPluginTypeSource | Source plug-in: creates sound by synthesis method (no input, just output).
|
AkPluginTypeEffect | Effect plug-in: applies processing to audio data.
|
AkPluginTypeMixer | Mixer plug-in: mix voices at the bus level.
|
AkPluginTypeSink | Sink plug-in: implement custom sound engine end point.
|
AkPluginTypeGlobalExtension | Global Extension plug-in: (e.g. Spatial Audio, Interactive Music)
|
AkPluginTypeMetadata | Metadata plug-in: applies object-based processing to audio data.
|
AkPluginType_Last | End of enum, invalid value.
|
AkPluginTypeMask | Plug-in type mask is 4 bits.
|