THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

Video startDate Property

Video Object Reference Video Object

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

Internet Explorer Firefox Opera Google Chrome Safari

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 Reference Video Object