An array of all HTMLMediaElements that this track is currently attached to.
The height of the track if this is a video track
The kind of track. Can be TrackKind.Video or TrackKind.Audio
The mute status of this track
A name for this track
The source of this track set when the track is created
A unique id for this track.
Optional
trackThe MediaStreamTrack that contains the media for this track
The width of the track if this is a video track
Attach this track to an existing HTMLMediaElement
The existing HTMLMediaElement with the track attached
A HTMLMediaElement to attach the track to.
Attach this track to a new HTMLMediaElement
A new HTMLMediaElement with the track attached.
Detach this track from an existing HTMLMediaElement
The existing HTMLMediaElement with the track detached
A HTMLMediaElement to detach the track from.
Detach this track from all attached elements
all elements with the track detached
Get the source of this track
The source of this track.
Generated using TypeDoc
A Track is used to interact with participant tracks.