IAVAudioPlayerDelegate Interface

Definition

This interface represents the Objective-C protocol AVAudioPlayerDelegate.

[Foundation.Protocol(Name="AVAudioPlayerDelegate", WrapperType=typeof(AVFoundation.AVAudioPlayerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="FinishedPlaying", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVAudioPlayer), typeof(System.Boolean) }, Selector="audioPlayerDidFinishPlaying:successfully:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DecoderError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVAudioPlayer), typeof(Foundation.NSError) }, Selector="audioPlayerDecodeErrorDidOccur:error:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="BeginInterruption", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVAudioPlayer) }, Selector="audioPlayerBeginInterruption:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EndInterruption", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVAudioPlayer) }, Selector="audioPlayerEndInterruption:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EndInterruption", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVAudioPlayer), typeof(AVFoundation.AVAudioSessionInterruptionOptions) }, Selector="audioPlayerEndInterruption:withOptions:")]
public interface IAVAudioPlayerDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="AVAudioPlayerDelegate", WrapperType=typeof(AVFoundation.AVAudioPlayerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="FinishedPlaying", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVAudioPlayer), typeof(System.Boolean) }, Selector="audioPlayerDidFinishPlaying:successfully:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DecoderError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVAudioPlayer), typeof(Foundation.NSError) }, Selector="audioPlayerDecodeErrorDidOccur:error:")]
public interface IAVAudioPlayerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="AVAudioPlayerDelegate", WrapperType=typeof(AVFoundation.AVAudioPlayerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="FinishedPlaying", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVAudioPlayer), typeof(System.Boolean) }, Selector="audioPlayerDidFinishPlaying:successfully:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DecoderError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVAudioPlayer), typeof(Foundation.NSError) }, Selector="audioPlayerDecodeErrorDidOccur:error:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="BeginInterruption", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVAudioPlayer) }, Selector="audioPlayerBeginInterruption:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EndInterruption", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVAudioPlayer) }, Selector="audioPlayerEndInterruption:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EndInterruption", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVAudioPlayer), typeof(AVFoundation.AVAudioSessionInterruptionOptions) }, Selector="audioPlayerEndInterruption:withOptions:")>]
type IAVAudioPlayerDelegate = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="AVAudioPlayerDelegate", WrapperType=typeof(AVFoundation.AVAudioPlayerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="FinishedPlaying", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVAudioPlayer), typeof(System.Boolean) }, Selector="audioPlayerDidFinishPlaying:successfully:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DecoderError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVAudioPlayer), typeof(Foundation.NSError) }, Selector="audioPlayerDecodeErrorDidOccur:error:")>]
type IAVAudioPlayerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to