AVAudioRecorderDelegate_Extensions.EndInterruption Method

Definition

Overloads

EndInterruption(IAVAudioRecorderDelegate, AVAudioRecorder)
EndInterruption(IAVAudioRecorderDelegate, AVAudioRecorder, AVAudioSessionInterruptionFlags)

EndInterruption(IAVAudioRecorderDelegate, AVAudioRecorder)

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void EndInterruption (this AVFoundation.IAVAudioRecorderDelegate This, AVFoundation.AVAudioRecorder recorder);
static member EndInterruption : AVFoundation.IAVAudioRecorderDelegate * AVFoundation.AVAudioRecorder -> unit

Parameters

This
IAVAudioRecorderDelegate

The instance on which this extension method operates.

recorder
AVAudioRecorder
Attributes

Applies to

EndInterruption(IAVAudioRecorderDelegate, AVAudioRecorder, AVAudioSessionInterruptionFlags)

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void EndInterruption (this AVFoundation.IAVAudioRecorderDelegate This, AVFoundation.AVAudioRecorder recorder, AVFoundation.AVAudioSessionInterruptionFlags flags);
static member EndInterruption : AVFoundation.IAVAudioRecorderDelegate * AVFoundation.AVAudioRecorder * AVFoundation.AVAudioSessionInterruptionFlags -> unit

Parameters

This
IAVAudioRecorderDelegate

The instance on which this extension method operates.

recorder
AVAudioRecorder
Attributes

Applies to