Share via


AVAudioPlayerDelegate.BeginInterruption(AVAudioPlayer) Method

Definition

Developers should not use this deprecated method.

[Foundation.Export("audioPlayerBeginInterruption:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void BeginInterruption(AVFoundation.AVAudioPlayer player);
[<Foundation.Export("audioPlayerBeginInterruption:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BeginInterruption : AVFoundation.AVAudioPlayer -> unit
override this.BeginInterruption : AVFoundation.AVAudioPlayer -> unit

Parameters

player
AVAudioPlayer

Implements

Attributes

Applies to