Class OdinVolumeComponent
Custom volume component for OdinNative.Wrapper.Media.CustomEffect
. Recommend the use of AudioSource.volume or AudioMixer/AudioMixerGroup instead
This class is a effect in the odin audio pipline to change audio buffers by amplify the volume level.
Assembly: cs.temp.dll.dll
Declaration
Inheritance: System.Object
-> OdinNative.Unity.Audio.OdinCustomEffectUnityComponentBase<U>
Implements:
OdinNative.Unity.Audio.IOdinEffect
Fields
Volume
Declaration
Ldb
Declaration
Methods
CustomEffectCallback(OdinArrayf, ref bool, IntPtr)
Declaration
Parameters
Type | Name |
---|---|
Odin.OdinArrayf | audio |
System.Boolean | isSilent |
Odin.IntPtr | _ |