const factory StreamingVideoSettings({ int? width, int? height, int? fps, int? bitrate, String? backgroundColor, }) = _StreamingVideoSettings;