AVAudioRecorderDelegate_Extensions.EncoderError Method

Definition

public static void EncoderError (this AVFoundation.IAVAudioRecorderDelegate This, AVFoundation.AVAudioRecorder recorder, Foundation.NSError error);
static member EncoderError : AVFoundation.IAVAudioRecorderDelegate * AVFoundation.AVAudioRecorder * Foundation.NSError -> unit

Parameters

This
IAVAudioRecorderDelegate

The instance on which this extension method operates.

recorder
AVAudioRecorder
error
NSError

To be added.

This parameter can be null.

Applies to