Share via


IAVAudioRecorderDelegate.BeginInterruption(AVAudioRecorder) Method

Definition

Developers should not use this deprecated method.

[Foundation.Export("audioRecorderBeginInterruption:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void BeginInterruption(AVFoundation.AVAudioRecorder recorder);
[<Foundation.Export("audioRecorderBeginInterruption:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BeginInterruption : AVFoundation.AVAudioRecorder -> unit
override this.BeginInterruption : AVFoundation.AVAudioRecorder -> unit

Parameters

recorder
AVAudioRecorder
Attributes

Applies to