-
Methods in org.robovm.apple.mediaplayer with parameters of type MPPlayableContentManager
| Modifier and Type |
Method |
Description |
void |
MPPlayableContentDelegate.didUpdateContext(MPPlayableContentManager contentManager,
MPPlayableContentManagerContext context) |
Deprecated.
|
void |
MPPlayableContentDelegateAdapter.didUpdateContext(MPPlayableContentManager contentManager,
MPPlayableContentManagerContext context) |
Deprecated.
|
void |
MPPlayableContentDelegate.initializePlaybackQueueWithContent(MPPlayableContentManager contentManager,
NSArray<?> contentItems,
VoidBlock1<NSError> completionHandler) |
Deprecated.
|
void |
MPPlayableContentDelegateAdapter.initializePlaybackQueueWithContent(MPPlayableContentManager contentManager,
NSArray<?> contentItems,
VoidBlock1<NSError> completionHandler) |
Deprecated.
|
void |
MPPlayableContentDelegate.initiatePlayback(MPPlayableContentManager contentManager,
NSIndexPath indexPath,
VoidBlock1<NSError> completionHandler) |
Deprecated.
|
void |
MPPlayableContentDelegateAdapter.initiatePlayback(MPPlayableContentManager contentManager,
NSIndexPath indexPath,
VoidBlock1<NSError> completionHandler) |
Deprecated.
|
void |
MPPlayableContentDelegate.initiatePlaybackQueue(MPPlayableContentManager contentManager,
VoidBlock1<NSError> completionHandler) |
Deprecated.
|
void |
MPPlayableContentDelegateAdapter.initiatePlaybackQueue(MPPlayableContentManager contentManager,
VoidBlock1<NSError> completionHandler) |
Deprecated.
|