Compartir a través de


AVAudioPlayerDelegate_Extensions.EndInterruption Método

Definición

Sobrecargas

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

Parámetros

This
IAVAudioPlayerDelegate

Instancia en la que opera este método de extensión.

player
AVAudioPlayer
Atributos

Se aplica a

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

Parámetros

This
IAVAudioPlayerDelegate

Instancia en la que opera este método de extensión.

player
AVAudioPlayer
Atributos

Se aplica a