Share via


AVAudioSession.SetAllowHapticsAndSystemSoundsDuringRecording Method

Definition

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

Parameters

inValue
Boolean
outError
NSError

Returns

Attributes

Applies to