AVAudioPlayerDelegate_Extensions.DecoderError Method

Definition

public static void DecoderError (this AVFoundation.IAVAudioPlayerDelegate This, AVFoundation.AVAudioPlayer player, Foundation.NSError error);
static member DecoderError : AVFoundation.IAVAudioPlayerDelegate * AVFoundation.AVAudioPlayer * Foundation.NSError -> unit

Parameters

This
IAVAudioPlayerDelegate

The instance on which this extension method operates.

player
AVAudioPlayer
error
NSError

To be added.

This parameter can be null.

Applies to