Module Track.EvSource

Track events.

Track event object

Sourcetype track = t
Sourcetype t

The type for MediaStreamTrackEvent objects.

Sourceval track : t -> track

track e is the track object associated to the event.

Track events

Sourceval ended : Brr.Ev.void

ended is the ended event.

Sourceval isolationchange : Brr.Ev.void

isolationchange is the isolationchange event.

mute is the mute event.

Sourceval unmute : Brr.Ev.void

ummute is the unmute event.