# Video.onTimeUpdate(function callback)
Listens on the video playback progress update event.
# Parameters
# function callback
The callback function for the video playback progress update event.
# Parameters
# Object res
Property | Type | Description |
---|---|---|
position | number | The time point where the video is played (in sec) |
duration | number | The duration of the video (in sec) |