Const
This event is called when the video clip is ready to be played.
onReady
0.1
This event is called when the video player failed.
onFailure
4.3.6
Tells the delegate when Picture in Picture is about to stop, to give your app an opportunity to restore its video playback user interface.
restoreUserInterfaceForPictureInPictureStopWithCompletionHandler
To allow the system to finish restoring your user interface, you must call the completion handler with a value of true.
4.3.1
Picture in Picture is about to start.
willStartPictureInPicture
4.3.1
Picture in Picture is about to stop.
willStopPictureInPicture
4.3.1
Picture in Picture has started.
didStartPictureInPicture
4.3.1
Picture in Picture has stopped.
didStopPictureInPicture
4.3.1
Setting this event makes the fullscreen button appear. The event to be notified when the fullscreen button is clicked, or null to remove the current listener and hide the fullscreen button. This is not the fullscreen implementation, so the fullscreen feature needs to implemented.
onFullScreenModeChanged
true if the video rendering surface should be fullscreen false otherwise.
4.3.1
The event to be notified about controller visibility changes.
onControllerVisibilityChange
true if the controller visible, otherwise false
4.3.1
Generated using TypeDoc
This event is called when the video clip completed playing.
onFinish
Android
Ios
Param
Since
0.1