MainSpecs constructor

MainSpecs(
  1. {required String mediaOptions,
  2. required String audioOptions,
  3. required String videoOptions,
  4. required String videoType,
  5. required bool videoOptimized,
  6. required String recordingDisplayType,
  7. required bool addHLS}
)

Implementation

MainSpecs({
  required this.mediaOptions,
  required this.audioOptions,
  required this.videoOptions,
  required this.videoType,
  required this.videoOptimized,
  required this.recordingDisplayType,
  required this.addHLS,
});