@SyntacticIterable public class TextTrackCueList extends Iterable<TextTrackCue>
Modifier and Type | Field and Description |
---|---|
double |
length |
static TextTrackCueList |
prototype |
constructor
Constructor and Description |
---|
TextTrackCueList() |
Modifier and Type | Method and Description |
---|---|
TextTrackCue |
$get(double index) |
TextTrackCue |
getCueById(String id) |
TextTrackCue |
item(double index) |
Iterator<TextTrackCue> |
iterator()
From Iterable, to allow foreach loop (do not use directly).
|
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public double length
public static TextTrackCueList prototype
public TextTrackCue getCueById(String id)
public TextTrackCue item(double index)
public TextTrackCue $get(double index)
@Erased public Iterator<TextTrackCue> iterator()