MPPlayableContentDelegate_Extensions.InitiatePlaybackOfContentItem Method

Definition

Method that is called to request item playback.

public static void InitiatePlaybackOfContentItem (this MediaPlayer.IMPPlayableContentDelegate This, MediaPlayer.MPPlayableContentManager contentManager, Foundation.NSIndexPath indexPath, Action<Foundation.NSError> completionHandler);
static member InitiatePlaybackOfContentItem : MediaPlayer.IMPPlayableContentDelegate * MediaPlayer.MPPlayableContentManager * Foundation.NSIndexPath * Action<Foundation.NSError> -> unit

Parameters

This
IMPPlayableContentDelegate

The instance on which this extension method operates.

contentManager
MPPlayableContentManager
indexPath
NSIndexPath
completionHandler
Action<NSError>

Applies to