Easy Tutorial
❮ Dom Obj Embed Prop Style Unicodebidi ❯

Video startDate Property

Video Object

Example

Get the current timeline offset of the video:

var x =
    document.getElementById("myVideo").startDate;

Definition and Usage

The startDate property returns a Date object, representing the current timeline offset of the video.

The startDate property is used to achieve precise video stream synchronization over the internet.


Browser Support

None of the major browsers support the startDate property.


Syntax

Technical Details

| Return Value: | Date object, representing the current timeline offset. | | --- | --- |

❮ Dom Obj Embed Prop Style Unicodebidi ❯