Map<String, dynamic> toJson() { return { 'id': id, 'width': width, 'height': height, 'bitrate': bitrate, 'label': label, 'isSelected': isSelected, }; }