Set the timestamp in seconds from which the video should continue playback. Also known as seeking.
The video duration in seconds. Returns a promise that resolve with the actual value.
Whether the video will restart playback when it has ended. Returns a promise that resolve with the actual value.
Set whether the video should restart playback when it has ended.
Whether the video is currently muted. Returns a promise that resolve with the actual value.
Set whether the video should play without audio.
Whether the video is currently paused. Returns a promise that resolve with the actual value.
The audio volume the video is playing with. Returns a promise that resolve with the actual value.
Set the audio volume the video should use for playback.
Wait until an event has been triggered. See EventType for the available event types and EventData for the data types used by each event type.
The even to listen on.
A promise that resolves when the event is triggered.
Generated using TypeDoc
The current timestamp of the video in seconds. Returns a promise that resolve with the actual value.