AVAudioPlayerDelegate_Extensions.EndInterruption Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| EndInterruption(IAVAudioPlayerDelegate, AVAudioPlayer) | |
| EndInterruption(IAVAudioPlayerDelegate, AVAudioPlayer, AVAudioSessionInterruptionOptions) |
EndInterruption(IAVAudioPlayerDelegate, AVAudioPlayer)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void EndInterruption(this AVFoundation.IAVAudioPlayerDelegate This, AVFoundation.AVAudioPlayer player);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member EndInterruption : AVFoundation.IAVAudioPlayerDelegate * AVFoundation.AVAudioPlayer -> unit
Parameters
- player
- AVAudioPlayer
- Attributes
Applies to
EndInterruption(IAVAudioPlayerDelegate, AVAudioPlayer, AVAudioSessionInterruptionOptions)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void EndInterruption(this AVFoundation.IAVAudioPlayerDelegate This, AVFoundation.AVAudioPlayer player, AVFoundation.AVAudioSessionInterruptionOptions flags);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member EndInterruption : AVFoundation.IAVAudioPlayerDelegate * AVFoundation.AVAudioPlayer * AVFoundation.AVAudioSessionInterruptionOptions -> unit
Parameters
- player
- AVAudioPlayer
- Attributes