Recorder.Ev
module Blob : sig ... end
Blob events.
module Error : sig ... end
Recorder errors.
val start : Brr.Ev.void
start
is the recorder start
event.
val stop : Brr.Ev.void
stop
is the recorder stop
event.
val dataavailable : Blob.t Brr.Ev.type'
dataavailable
is the recorder dataavailable
event.
val pause : Brr.Ev.void
pause
is the recorder pause
event.
val resume : Brr.Ev.void
resume
is the recorder resume
event.
val error : Error.t Brr.Ev.type'
error
is the recorder error
event.