TimeRanges
Module: JavaScript DOM API
#include <TimeRanges.idl>
Public Functions
Name | |
---|---|
double | start(unsigned long index) |
double | end(unsigned long index) |
Public Attributes
Name | |
---|---|
readonly attribute unsigned long | length |
Public Functions Documentation
function start
double start(
unsigned long index
)
function end
double end(
unsigned long index
)
Public Attributes Documentation
variable length
readonly attribute unsigned long length;