-
Methods in org.robovm.apple.avkit with parameters of type AVPlayerViewController
| Modifier and Type |
Method |
Description |
void |
AVPlayerViewControllerDelegate.didStartPictureInPicture(AVPlayerViewController playerViewController) |
|
void |
AVPlayerViewControllerDelegateAdapter.didStartPictureInPicture(AVPlayerViewController playerViewController) |
|
void |
AVPlayerViewControllerDelegate.didStopPictureInPicture(AVPlayerViewController playerViewController) |
|
void |
AVPlayerViewControllerDelegateAdapter.didStopPictureInPicture(AVPlayerViewController playerViewController) |
|
void |
AVPlayerViewControllerDelegate.failedToStartPictureInPicture(AVPlayerViewController playerViewController,
NSError error) |
|
void |
AVPlayerViewControllerDelegateAdapter.failedToStartPictureInPicture(AVPlayerViewController playerViewController,
NSError error) |
|
void |
AVPlayerViewControllerDelegate.restoreUserInterfaceForFullScreenExit(AVPlayerViewController playerViewController,
VoidBooleanBlock completionHandler) |
|
void |
AVPlayerViewControllerDelegateAdapter.restoreUserInterfaceForFullScreenExit(AVPlayerViewController playerViewController,
VoidBooleanBlock completionHandler) |
|
void |
AVPlayerViewControllerDelegate.restoreUserInterfaceForPictureInPictureStop(AVPlayerViewController playerViewController,
VoidBooleanBlock completionHandler) |
|
void |
AVPlayerViewControllerDelegateAdapter.restoreUserInterfaceForPictureInPictureStop(AVPlayerViewController playerViewController,
VoidBooleanBlock completionHandler) |
|
boolean |
AVPlayerViewControllerDelegate.shouldAutomaticallyDismissAtPictureInPictureStart(AVPlayerViewController playerViewController) |
|
boolean |
AVPlayerViewControllerDelegateAdapter.shouldAutomaticallyDismissAtPictureInPictureStart(AVPlayerViewController playerViewController) |
|
void |
AVPlayerViewControllerDelegate.willBeginFullScreenPresentation(AVPlayerViewController playerViewController,
UIViewControllerTransitionCoordinator coordinator) |
|
void |
AVPlayerViewControllerDelegateAdapter.willBeginFullScreenPresentation(AVPlayerViewController playerViewController,
UIViewControllerTransitionCoordinator coordinator) |
|
void |
AVPlayerViewControllerDelegate.willEndFullScreenPresentation(AVPlayerViewController playerViewController,
UIViewControllerTransitionCoordinator coordinator) |
|
void |
AVPlayerViewControllerDelegateAdapter.willEndFullScreenPresentation(AVPlayerViewController playerViewController,
UIViewControllerTransitionCoordinator coordinator) |
|
void |
AVPlayerViewControllerDelegate.willStartPictureInPicture(AVPlayerViewController playerViewController) |
|
void |
AVPlayerViewControllerDelegateAdapter.willStartPictureInPicture(AVPlayerViewController playerViewController) |
|
void |
AVPlayerViewControllerDelegate.willStopPictureInPicture(AVPlayerViewController playerViewController) |
|
void |
AVPlayerViewControllerDelegateAdapter.willStopPictureInPicture(AVPlayerViewController playerViewController) |
|
-