AVAudioRecorderDelegate.EndInterruption Method

Definition

Overloads

EndInterruption(AVAudioRecorder)
EndInterruption(AVAudioRecorder, AVAudioSessionInterruptionFlags)

EndInterruption(AVAudioRecorder)

[Foundation.Export("audioRecorderEndInterruption:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndInterruption (AVFoundation.AVAudioRecorder recorder);
abstract member EndInterruption : AVFoundation.AVAudioRecorder -> unit
override this.EndInterruption : AVFoundation.AVAudioRecorder -> unit

Parameters

recorder
AVAudioRecorder
Attributes

Applies to

EndInterruption(AVAudioRecorder, AVAudioSessionInterruptionFlags)

[Foundation.Export("audioRecorderEndInterruption:withFlags:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndInterruption (AVFoundation.AVAudioRecorder recorder, AVFoundation.AVAudioSessionInterruptionFlags flags);
abstract member EndInterruption : AVFoundation.AVAudioRecorder * AVFoundation.AVAudioSessionInterruptionFlags -> unit
override this.EndInterruption : AVFoundation.AVAudioRecorder * AVFoundation.AVAudioSessionInterruptionFlags -> unit

Parameters

recorder
AVAudioRecorder
Attributes

Applies to