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