public class VideoTrack extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String> |
id |
Objs.Property<String> |
kind |
Objs.Property<String> |
label |
Objs.Property<String> |
language |
Objs.Property<Boolean> |
selected |
Objs.Property<SourceBuffer> |
sourceBuffer |
Modifier | Constructor and Description |
---|---|
protected |
VideoTrack(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static VideoTrack |
$as(Object obj) |
String |
id() |
String |
kind() |
String |
label() |
String |
language() |
Boolean |
selected() |
SourceBuffer |
sourceBuffer() |
$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<String> id
public Objs.Property<String> kind
public Objs.Property<String> label
public Objs.Property<String> language
public Objs.Property<Boolean> selected
public Objs.Property<SourceBuffer> sourceBuffer
protected VideoTrack(Objs.Constructor<?> c, Object js)
public static VideoTrack $as(Object obj)
public String id()
public String kind()
public String label()
public String language()
public Boolean selected()
public SourceBuffer sourceBuffer()
Copyright © 2018. All rights reserved.