VideoEvents

interface VideoEvents

Interface defining video events

Properties

Link copied to clipboard
Event sent when the video playback has reached the end of the media
Link copied to clipboard
Event sent when the html end card (if any) is displayed once the video is finished (replaces completion screen)
Link copied to clipboard
Event sent when the video playback has entered the full screen display
Link copied to clipboard
Event sent when the video playback has exited the full screen display
Link copied to clipboard
Event sent when the video playback has reached the first quarter of overall media duration
Link copied to clipboard
Event sent when the video playback has reached the half of overall media duration
Link copied to clipboard
val VIDEO_PAUSE: Int = 1
Event sent when the video playback is paused by interaction from the user
Link copied to clipboard
val VIDEO_RESUME: Int = 2
Event sent when the video playback is resumed by interaction from the user (only after a VIDEO_PAUSE)
Link copied to clipboard
val VIDEO_REWIND: Int = 3
Event sent when the video playback is restarted from the beginning
Link copied to clipboard
val VIDEO_SKIP: Int = 8
Event sent when the video playback was skipped by the user
Link copied to clipboard
val VIDEO_START: Int = 0
Event sent when the video playback starts for the first time
Link copied to clipboard
Event sent when the video playback has reached the third quarter of overall media duration