Module Track.Ev

Track events.

Track event object

type track = t
type t

The type for MediaStreamTrackEvent objects.

val track : t -> track

track e is the track object associated to the event.

Track events

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.