Package | Description |
---|---|
net.java.html.lib.dom |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A1<? super TrackEvent,? extends Object>> |
VideoTrackList.onaddtrack |
Objs.Property<Function.A1<? super TrackEvent,? extends Object>> |
TextTrackList.onaddtrack |
Objs.Property<Function.A1<? super TrackEvent,? extends Object>> |
AudioTrackList.onaddtrack |
Objs.Property<Function.A1<? super TrackEvent,? extends Object>> |
VideoTrackList.onremovetrack |
Objs.Property<Function.A1<? super TrackEvent,? extends Object>> |
AudioTrackList.onremovetrack |
Modifier and Type | Method and Description |
---|---|
static TrackEvent |
TrackEvent.$as(Object obj) |
Modifier and Type | Method and Description |
---|---|
Function.A1<? super TrackEvent,? extends Object> |
VideoTrackList.onaddtrack() |
Function.A1<? super TrackEvent,? extends Object> |
TextTrackList.onaddtrack() |
Function.A1<? super TrackEvent,? extends Object> |
AudioTrackList.onaddtrack() |
Function.A1<? super TrackEvent,? extends Object> |
VideoTrackList.onremovetrack() |
Function.A1<? super TrackEvent,? extends Object> |
AudioTrackList.onremovetrack() |
Modifier and Type | Method and Description |
---|---|
void |
VideoTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener) |
void |
TextTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener) |
void |
AudioTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener) |
void |
VideoTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener,
Boolean useCapture) |
void |
TextTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener,
Boolean useCapture) |
void |
AudioTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener,
Boolean useCapture) |
Copyright © 2018. All rights reserved.