Share via


MPPlayableContentDelegate_Extensions.InitiatePlaybackOfContentItem Method

Definition

Method that is called to request item playback.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void InitiatePlaybackOfContentItem(this MediaPlayer.IMPPlayableContentDelegate This, MediaPlayer.MPPlayableContentManager contentManager, Foundation.NSIndexPath indexPath, Action<Foundation.NSError> completionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member InitiatePlaybackOfContentItem : MediaPlayer.IMPPlayableContentDelegate * MediaPlayer.MPPlayableContentManager * Foundation.NSIndexPath * Action<Foundation.NSError> -> unit

Parameters

contentManager
MPPlayableContentManager
indexPath
NSIndexPath
completionHandler
Action<NSError>
Attributes

Applies to