Video startDate Property
Example
Get the current timeline offset of the video:
var x = document.getElementById("myVideo").startDate;
Try it Yourself »
Definition and Usage
The startDate property returns a Date object representing the current timeline offset of the video.
The startDate property is used to enable accurate synchronization of video streamed live over the internet.
Browser Support
The startDate property is not supported in any major browsers.
Syntax
videoObject.startDate
Technical Details
Return Value: | A Date Object, representing current timeline offset |
---|
Video Object