Track.Ev
Track events.
type track = t
The type for MediaStreamTrackEvent
objects.
val ended : Brr.Ev.void
ended
is the ended event.
val isolationchange : Brr.Ev.void
isolationchange
is the isolationchange event.
val mute : Brr.Ev.void
mute
is the mute
event.
val unmute : Brr.Ev.void
ummute
is the unmute event.