brr
Track.Ev
Track events.
brr.ocaml_poke
brr.ocaml_poke_ui
brr.poke
brr.poked
type track = t
type t
The type for MediaStreamTrackEvent objects.
MediaStreamTrackEvent
val track : t -> track
track e is the track object associated to the event.
track e
val ended : Brr.Ev.void
ended is the ended event.
ended
val isolationchange : Brr.Ev.void
isolationchange is the isolationchange event.
isolationchange
val mute : Brr.Ev.void
mute is the mute event.
mute
val unmute : Brr.Ev.void
ummute is the unmute event.
ummute