AVAudioUnitEffect.Bypass Property

Definition

Gets or sets the bypass state of the AVAudioUnit.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Bypass { [Foundation.Export("bypass")] get; [Foundation.Export("setBypass:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("bypass")>]
[<set: Foundation.Export("setBypass:")>]
member this.Bypass : bool with get, set

Property Value

Attributes

Applies to