MPPlayableContentDelegate_Extensions
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
{
public static class MPPlayableContentDelegate_Extensions
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.iOS, 9, 3, PlatformArchitecture.None, "Use 'InitializePlaybackQueue (MPPlayableContentManager, MPContentItem[], Action<NSError>)' instead.")]
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
public static void InitializePlaybackQueue(this IMPPlayableContentDelegate! This, MPPlayableContentManager! contentManager, [BlockProxy(typeof(NIDActionArity1V0))] Action<NSError!>! completionHandler);
}
}
.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