AVAudioPlayerDelegate.BeginInterruption(AVAudioPlayer) Method

Definition

Developers should not use this deprecated method.

[Foundation.Export("audioPlayerBeginInterruption:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void BeginInterruption (AVFoundation.AVAudioPlayer player);
abstract member BeginInterruption : AVFoundation.AVAudioPlayer -> unit
override this.BeginInterruption : AVFoundation.AVAudioPlayer -> unit

Parameters

player
AVAudioPlayer
Attributes

Applies to