VideoInfo constructor
const
VideoInfo({})
Implementation
const VideoInfo({
required this.width,
required this.height,
required this.bitrate,
required this.frameRate,
this.layerId,
this.qualityLimitationReason,
});