Liking cljdoc? Tell your friends :D
ClojureScript only.

web.streams.MediaStreamTrackEvent

The MediaStreamTrackEvent interface represents events which indicate a web.streams.MediaStream has had tracks added to or removed the stream through calls to Media Stream API methods. These events sent to the stream when these changes occur.

The MediaStreamTrackEvent interface represents events which indicate
a `web.streams.MediaStream` has had tracks added to or removed
the stream through calls to Media Stream API methods. These events
sent to the stream when these changes occur.
raw docstring

set-track!cljs

(set-track! this val)

Property.

A MediaStreamTrack object representing the track which was added the stream.

Property.

A MediaStreamTrack object representing the track which was added
the stream.
sourceraw docstring

trackcljs

(track this)

Property.

A MediaStreamTrack object representing the track which was added the stream.

Property.

A MediaStreamTrack object representing the track which was added
the stream.
sourceraw docstring

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

× close