最新的Web開發教程
 

HTML Audio/Video DOM startDate Propery

<HTML音頻/視頻DOM參考

獲取當前時間軸的視頻偏移:

var vid = document.getElementById("myVideo");
alert(vid.startDate);
試一試»

定義和用法

startDate屬性返回表示當前時間軸音頻/視頻的偏移Date對象。

startDate屬性用於啟用音頻的精確同步/視頻現場直播在互聯網上。


瀏覽器支持

屬性
startDate 不支持 不支持 不支持 不支持 不支持

句法

audio|video .startDate

技術細節

返回值: Date對象,代表當前時間軸偏移

<HTML音頻/視頻DOM參考