AVAudioPlayerDelegate.EndInterruption Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
EndInterruption(AVAudioPlayer) | |
EndInterruption(AVAudioPlayer, AVAudioSessionInterruptionFlags) |
EndInterruption(AVAudioPlayer)
[Foundation.Export("audioPlayerEndInterruption:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndInterruption (AVFoundation.AVAudioPlayer player);
abstract member EndInterruption : AVFoundation.AVAudioPlayer -> unit
override this.EndInterruption : AVFoundation.AVAudioPlayer -> unit
Parametri
- player
- AVAudioPlayer
- Attributi
Si applica a
EndInterruption(AVAudioPlayer, AVAudioSessionInterruptionFlags)
[Foundation.Export("audioPlayerEndInterruption:withOptions:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndInterruption (AVFoundation.AVAudioPlayer player, AVFoundation.AVAudioSessionInterruptionFlags flags);
abstract member EndInterruption : AVFoundation.AVAudioPlayer * AVFoundation.AVAudioSessionInterruptionFlags -> unit
override this.EndInterruption : AVFoundation.AVAudioPlayer * AVFoundation.AVAudioSessionInterruptionFlags -> unit
Parametri
- player
- AVAudioPlayer
- Attributi