IMPPlayableContentDelegate
ContextUpdated(IMPPlayableContentDelegate, MPPlayableContentManager, MPPlayableContentManagerContext)
InitializePlaybackQueue(IMPPlayableContentDelegate, MPPlayableContentManager, Action<NSError>)
InitializePlaybackQueue(IMPPlayableContentDelegate, MPPlayableContentManager, MPContentItem[], Action<NSError>)
InitiatePlaybackOfContentItem(IMPPlayableContentDelegate, MPPlayableContentManager, NSIndexPath, Action<NSError>)
PlayableContentManager(IMPPlayableContentDelegate, MPPlayableContentManager, NSIndexPath, Action<NSError>)
xamarinios
namespace MediaPlayer
{
[Introduced(PlatformName.iOS, 7, 1, PlatformArchitecture.All, null)]
[Protocol(Name = "MPPlayableContentDelegate", WrapperType = typeof(MPPlayableContentDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ContextUpdated", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MPPlayableContentManager), typeof(MPPlayableContentManagerContext) }, Selector = "playableContentManager:didUpdateContext:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "InitiatePlaybackOfContentItem", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V0) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(MPPlayableContentManager), typeof(NSIndexPath), typeof(Action<NSError>) }, Selector = "playableContentManager:initiatePlaybackOfContentItemAtIndexPath:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "InitializePlaybackQueue", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V0) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MPPlayableContentManager), typeof(Action<NSError>) }, Selector = "playableContentManager:initializePlaybackQueueWithCompletionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "InitializePlaybackQueue", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V0) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(MPPlayableContentManager), typeof(MPContentItem[]), typeof(Action<NSError>) }, Selector = "playableContentManager:initializePlaybackQueueWithContentItems:completionHandler:")]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface IMPPlayableContentDelegate : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API