VideoTrack constructor
const
VideoTrack({})
Constructs an instance of VideoTrack.
Implementation
const VideoTrack({
required this.id,
required this.isSelected,
this.label,
this.bitrate,
this.width,
this.height,
this.frameRate,
this.codec,
});