TimeRanges

TimeRanges

package js-html

Available on js

The TimeRanges interface is used to represent a set of time ranges, primarily for the purpose of tracking which portions of media have been buffered when loading it for use by the audio and video elements.

Documentation TimeRanges by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only length:Int

Returns an unsigned long representing the number of time ranges represented by the time range object.

Methods

end (index:Int):Float

Throws:

null DOMError

start (index:Int):Float

Throws:

null DOMError

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/TimeRanges.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部