Interface: VideoTrack
Represents a video track (quality variant).
Properties
bandwidth
bandwidth:
number
Bitrate in bits per second.
id
id:
string
Unique identifier for the track.
kind
kind:
"auto"|"variant"
The type of video track.
'variant': A specific quality level.'auto': Synthetic track representing automatic quality selection (ABR).
label
label:
string
Human-readable label (e.g., “1080p (6.2 Mbps)“).
height?
optionalheight:number
Video height in pixels.
width?
optionalwidth:number
Video width in pixels.
Last updated on