SiteVideoSettings constructor

SiteVideoSettings({
  1. SiteCompanionSetting? companionSettings,
  2. String? kind,
  3. bool? obaEnabled,
  4. ObaIcon? obaSettings,
  5. String? orientation,
  6. String? publisherSpecificationId,
  7. SiteSkippableSetting? skippableSettings,
  8. SiteTranscodeSetting? transcodeSettings,
})

Implementation

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