BetterPlayerTrack constructor
BetterPlayerTrack({})
Implementation
BetterPlayerTrack({
required this.type,
required this.width,
required this.height,
required this.bitrate,
this.frameRate,
this.isSupported,
this.groupIndex,
this.groupId,
this.id,
this.audioGroupId,
this.mime,
this.language,
this.label,
});