public static abstract class VideoController.VideoLifecycleCallbacks extends Object
An interface for objects that receive callbacks for video events.
Public Constructor Summary
Public Method Summary
void |
onVideoEnd()
Called when video playback finishes playing.
|
void |
onVideoMute(boolean isMuted)
Called when the video changes mute state.
|
void |
onVideoPause()
Called when video playback is paused.
|
void |
onVideoPlay()
Called when video playback is playing.
|
void |
onVideoStart()
Called when video playback first begins.
|
Inherited Method Summary
Public Constructors
public VideoController.VideoLifecycleCallbacks ()
Public Methods
public void onVideoEnd ()
Called when video playback finishes playing.
public void onVideoMute (boolean isMuted)
Called when the video changes mute state.
public void onVideoPause ()
Called when video playback is paused.
public void onVideoPlay ()
Called when video playback is playing.
public void onVideoStart ()
Called when video playback first begins.