Liking cljdoc? Tell your friends :D
ClojureScript only.

web.audio.MediaStreamTrack.ev

MediaStreamTrack Events.

MediaStreamTrack Events.
raw docstring

endedcljs

Event.

Sent when playback of the track ends (when the value readyState to ended). Also available using the onended event handler property.

Event.

Sent when playback of the track ends (when the value readyState
to ended).
Also available using the onended event handler property.
sourceraw docstring

mutecljs

Event.

The mute event is sent to a web.audio.MediaStreamTrack when track's source is temporarily unable to provide media data.

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrack/mute_event

Event.

The mute event is sent to a `web.audio.MediaStreamTrack` when
track's source is temporarily unable to provide media data.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrack/mute_event`
sourceraw docstring

startedcljs

Event.

Sent when the track exits the new readyState. Also available through the onstarted event handler property.

Event.

Sent when the track exits the new readyState.
Also available through the onstarted event handler property.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close