MediaStream

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

active
bool active()
Undocumented in source. Be warned that the author may not have intended to support it.
addTrack
void addTrack(MediaStreamTrack track)
Undocumented in source. Be warned that the author may not have intended to support it.
assignId
void assignId(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
auto clone()
Undocumented in source. Be warned that the author may not have intended to support it.
countUnderlyingStreams
auto countUnderlyingStreams()
Undocumented in source. Be warned that the author may not have intended to support it.
getAudioTracks
auto getAudioTracks()
Undocumented in source. Be warned that the author may not have intended to support it.
getTrackById
auto getTrackById(string trackId)
Undocumented in source. Be warned that the author may not have intended to support it.
getTracks
auto getTracks()
Undocumented in source. Be warned that the author may not have intended to support it.
getVideoTracks
auto getVideoTracks()
Undocumented in source. Be warned that the author may not have intended to support it.
id
string id()
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.
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.
removeTrack
void removeTrack(MediaStreamTrack track)
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