다음을 통해 공유


MPPlayableContentDelegate.InitiatePlaybackOfContentItem 메서드

정의

항목 재생을 요청하기 위해 호출되는 메서드입니다.

[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

매개 변수

contentManager
MPPlayableContentManager
indexPath
NSIndexPath
completionHandler
Action<NSError>
특성

적용 대상