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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close