AVAudioPlayerDelegate.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
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
Parameters
- player
- AVAudioPlayer
- Attributes
Applies to
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
Parameters
- player
- AVAudioPlayer
- Attributes