Obsolete since Gecko 30 (Firefox 30 / Thunderbird 30 / SeaMonkey 2.27 / Firefox OS 1.4)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
VideoPlaybackQuality.totalFrameDelay
只读特性返回
double
containing the sum of the frame delay since the creation of the associated
HTMLVideoElement
. The frame delay is the difference between a frame's theoretical presentation time and its effective display time.
value = videoPlaybackQuality.totalFrameDelay;
var videoElt = document.getElementById('my_vid');
var quality = videoElt.getVideoPlaybackQuality();
alert(quality.totalFrameDelay);
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
totalFrameDelay
弃用
非标
|
Chrome 23 | Edge 12 |
Firefox
不支持
25 — 30
注意事项
Disabled
|
IE 11 | Opera 15 | Safari 8 | WebView Android 4.4.3 | Chrome Android ? | Firefox Android 不支持 No | Opera Android 14 | Safari iOS 不支持 No | Samsung Internet Android ? |
完整支持
不支持
兼容性未知
非标。预期跨浏览器支持较差。
弃用。不要用于新网站。
见实现注意事项。
用户必须明确启用此特征。
HTMLVideoElement.getVideoPlaybackQuality()
method for constructing and returning this interface.
MediaSource
SourceBuffer
VideoPlaybackQuality
corruptedVideoFrames
creationTime
droppedVideoFrames
totalFrameDelay
totalVideoFrames