Video startDate attribute
Definition and Usage
startDate
The attribute returns a Date object representing the current time axis offset of the video.
startDate
The attribute is used to enable accurate synchronization of video streams transmitted over the Internet in real time.
Example
Get the current timeline offset of the video:
var x = document.getElementById("myVideo").startDate;
Syntax
videoObject.startDate
Technical Details
Return Value: | Date Object, representing the current timeline offset. |
---|
Browser Support
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
Not Supported | Not Supported | Not Supported | Not Supported | Not Supported |