AVAudioPlayerDelegate_Extensions.EndInterruption Method

Definition

Overloads

EndInterruption(IAVAudioPlayerDelegate, AVAudioPlayer)
EndInterruption(IAVAudioPlayerDelegate, AVAudioPlayer, AVAudioSessionInterruptionFlags)

EndInterruption(IAVAudioPlayerDelegate, AVAudioPlayer)

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

Parameters

This
IAVAudioPlayerDelegate

The instance on which this extension method operates.

player
AVAudioPlayer
Attributes

Applies to

EndInterruption(IAVAudioPlayerDelegate, AVAudioPlayer, AVAudioSessionInterruptionFlags)

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void EndInterruption (this AVFoundation.IAVAudioPlayerDelegate This, AVFoundation.AVAudioPlayer player, AVFoundation.AVAudioSessionInterruptionFlags flags);
static member EndInterruption : AVFoundation.IAVAudioPlayerDelegate * AVFoundation.AVAudioPlayer * AVFoundation.AVAudioSessionInterruptionFlags -> unit

Parameters

This
IAVAudioPlayerDelegate

The instance on which this extension method operates.

player
AVAudioPlayer
Attributes

Applies to