AVAudioApplication.SetInputMuted(Boolean, NSError) Method

Definition

[Foundation.Export("setInputMuted:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool SetInputMuted(bool muted, out Foundation.NSError? outError);
[<Foundation.Export("setInputMuted:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetInputMuted : bool * NSError -> bool
override this.SetInputMuted : bool * NSError -> bool

Parameters

muted
Boolean
outError
NSError

Returns

Attributes

Applies to