class MediaStreamTrack
package js.html
extends EventTarget
extended by AudioStreamTrack, VideoStreamTrack
Available on HTML5
The MediaStreamTrack
interface representsĀ a single media track within a stream; typically, these are audio or video tracks, but other track types may exist as well.
Documentation MediaStreamTrack by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Variables
A Boolean value with a value of true
if the track is enabled, that is allowed to render the media source stream; or false
if it is disabled, that is not rendering the media source stream but silence and blackness. If the track has been disconnected, this value can be changed but has no more effect.
Returns a DOMString
containing a unique identifier (GUID) for the track; it is generated by the browser.