web api interface
MediaStreamTrackEvent
The MediaStreamTrackEvent interface of the Media Capture and Streams API represents events which indicate that a MediaStream has had tracks added to or removed from the stream through calls to Media Capture and Streams API methods. These events are sent to the stream when these changes occur.
The events based on this interface are addtrack and removetrack.
Constructor
MediaStreamTrackEvent()- : Constructs a new
MediaStreamTrackEventwith the specified configuration.
- : Constructs a new
Instance properties
Also inherits properties from its parent interface, Event.
trackRead only- : Returns a
MediaStreamTrackobject representing the track associated with the event.
- : Returns a
Instance methods
Also inherits methods from its parent interface, Event.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.