AudioTrackList

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

getTrackById
auto getTrackById(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
length
uint length()
Undocumented in source. Be warned that the author may not have intended to support it.
onaddtrack
void onaddtrack(Optional!(T0) onaddtrack)
Undocumented in source. Be warned that the author may not have intended to support it.
onaddtrack
EventHandler onaddtrack()
Undocumented in source. Be warned that the author may not have intended to support it.
onchange
void onchange(Optional!(T0) onchange)
Undocumented in source. Be warned that the author may not have intended to support it.
onchange
EventHandler onchange()
Undocumented in source. Be warned that the author may not have intended to support it.
onremovetrack
void onremovetrack(Optional!(T0) onremovetrack)
Undocumented in source. Be warned that the author may not have intended to support it.
onremovetrack
EventHandler onremovetrack()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.EventTarget.EventTarget _parent;
Undocumented in source.

Meta