Class OdinMuteAudioComponent
Custom mute audio component for OdinNative.Wrapper.Media.CustomEffect
This class is a effect in the odin audio pipline to mute based on the OdinNative.Unity.Audio.OdinMuteAudioComponent.SilenceToggle flag. The intention is to provide a convenient way with Unity Editor UI of Marshal a 1-byte signed integer bool for a specific audio packet in the current pipline.
Assembly: cs.temp.dll.dll
Declaration
Inheritance: System.Object  -> OdinNative.Unity.Audio.OdinCustomEffectUnityComponentBase<U>
Implements:
OdinNative.Unity.Audio.IOdinEffect
Fields
SilenceToggle
Declaration
Methods
GetEffectUserData()
Declaration
Returns
Odin.IntPtr
CustomEffectCallback(OdinArrayf, ref bool, IntPtr)
Declaration
Parameters
| Type | Name | 
|---|---|
| Odin.OdinArrayf | audio | 
| System.Boolean | isSilent | 
| Odin.IntPtr | _ |