Module Recorder.EvSource

Event objects

Sourcemodule Blob : sig ... end

Blob events.

Sourcemodule Error : sig ... end

Recorder errors.

Recorder events

Sourceval start : Brr.Ev.void

start is the recorder start event.

stop is the recorder stop event.

Sourceval dataavailable : Blob.t Brr.Ev.type'

dataavailable is the recorder dataavailable event.

Sourceval pause : Brr.Ev.void

pause is the recorder pause event.

Sourceval resume : Brr.Ev.void

resume is the recorder resume event.

error is the recorder error event.