MediaRecorder

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

isTypeSupported
bool isTypeSupported(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
mimeType
string mimeType()
Undocumented in source. Be warned that the author may not have intended to support it.
ondataavailable
void ondataavailable(Optional!(T0) ondataavailable)
Undocumented in source. Be warned that the author may not have intended to support it.
ondataavailable
EventHandler ondataavailable()
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
void onerror(Optional!(T0) onerror)
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
EventHandler onerror()
Undocumented in source. Be warned that the author may not have intended to support it.
onpause
void onpause(Optional!(T0) onpause)
Undocumented in source. Be warned that the author may not have intended to support it.
onpause
EventHandler onpause()
Undocumented in source. Be warned that the author may not have intended to support it.
onresume
void onresume(Optional!(T0) onresume)
Undocumented in source. Be warned that the author may not have intended to support it.
onresume
EventHandler onresume()
Undocumented in source. Be warned that the author may not have intended to support it.
onstart
void onstart(Optional!(T0) onstart)
Undocumented in source. Be warned that the author may not have intended to support it.
onstart
EventHandler onstart()
Undocumented in source. Be warned that the author may not have intended to support it.
onstop
void onstop(Optional!(T0) onstop)
Undocumented in source. Be warned that the author may not have intended to support it.
onstop
EventHandler onstop()
Undocumented in source. Be warned that the author may not have intended to support it.
onwarning
void onwarning(Optional!(T0) onwarning)
Undocumented in source. Be warned that the author may not have intended to support it.
onwarning
EventHandler onwarning()
Undocumented in source. Be warned that the author may not have intended to support it.
pause
void pause()
Undocumented in source. Be warned that the author may not have intended to support it.
requestData
void requestData()
Undocumented in source. Be warned that the author may not have intended to support it.
resume
void resume()
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start(int timeSlice)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
state
RecordingState state()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
stream
auto stream()
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