AVAudioRecorderDelegate_Extensions Class

Definition

Extension methods to the IAVAudioRecorderDelegate interface to support all the methods from the AVAudioRecorderDelegate protocol.

public static class AVAudioRecorderDelegate_Extensions
type AVAudioRecorderDelegate_Extensions = class
Inheritance
AVAudioRecorderDelegate_Extensions

Remarks

The extension methods for IAVAudioRecorderDelegate allow developers to treat instances of the interface as having all the optional methods of the original AVAudioRecorderDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

BeginInterruption(IAVAudioRecorderDelegate, AVAudioRecorder)

Developers should not use this deprecated method.

EncoderError(IAVAudioRecorderDelegate, AVAudioRecorder, NSError)
EndInterruption(IAVAudioRecorderDelegate, AVAudioRecorder)
EndInterruption(IAVAudioRecorderDelegate, AVAudioRecorder, AVAudioSessionInterruptionFlags)
FinishedRecording(IAVAudioRecorderDelegate, AVAudioRecorder, Boolean)

Applies to