Video startDate Property

❮ Video Object

Example

Get the current timeline offset of the video:

var x = document.getElementById("myVideo").startDate;
Try it Yourself »

Description

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

Property
startDate Not supported Not supported Not supported Not supported Not supported

Syntax

videoObject.startDate

Technical Details

Return Value: A Date Object, representing current timeline offset

❮ Video Object
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.