public class TextTrackCueList extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Number> |
length |
Modifier | Constructor and Description |
---|---|
protected |
TextTrackCueList(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static TextTrackCueList |
$as(Object obj) |
TextTrackCue |
$get(double index) |
TextTrackCue |
getCueById(String id) |
TextTrackCue |
item(double index) |
Number |
length() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Number> length
protected TextTrackCueList(Objs.Constructor<?> c, Object js)
public static TextTrackCueList $as(Object obj)
public Number length()
public TextTrackCue $get(double index)
public TextTrackCue getCueById(String id)
public TextTrackCue item(double index)
Copyright © 2018. All rights reserved.