VideoSettings constructor

VideoSettings({
  1. CompanionSetting? companionSettings,
  2. int? durationSeconds,
  3. String? kind,
  4. bool? obaEnabled,
  5. ObaIcon? obaSettings,
  6. String? orientation,
  7. String? publisherSpecificationId,
  8. SkippableSetting? skippableSettings,
  9. TranscodeSetting? transcodeSettings,
})

Implementation

VideoSettings({
  this.companionSettings,
  this.durationSeconds,
  this.kind,
  this.obaEnabled,
  this.obaSettings,
  this.orientation,
  this.publisherSpecificationId,
  this.skippableSettings,
  this.transcodeSettings,
});