TimeRanges

Module: JavaScript DOM API

#include <TimeRanges.idl>

Public Functions

Name
doublestart(unsigned long index)
doubleend(unsigned long index)

Public Attributes

Name
readonly attribute unsigned longlength

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;