MPPlayableContentDelegate.InitiatePlaybackOfContentItem Method

Definition

Method that is called to request item playback.

[Foundation.Export("playableContentManager:initiatePlaybackOfContentItemAtIndexPath:completionHandler:")]
public virtual void InitiatePlaybackOfContentItem (MediaPlayer.MPPlayableContentManager contentManager, Foundation.NSIndexPath indexPath, Action<Foundation.NSError> completionHandler);
abstract member InitiatePlaybackOfContentItem : MediaPlayer.MPPlayableContentManager * Foundation.NSIndexPath * Action<Foundation.NSError> -> unit
override this.InitiatePlaybackOfContentItem : MediaPlayer.MPPlayableContentManager * Foundation.NSIndexPath * Action<Foundation.NSError> -> unit

Parameters

contentManager
MPPlayableContentManager
indexPath
NSIndexPath
completionHandler
Action<NSError>
Attributes

Applies to