SiteVideoSettings constructor
SiteVideoSettings({
- SiteCompanionSetting? companionSettings,
- String? kind,
- bool? obaEnabled,
- ObaIcon? obaSettings,
- String? orientation,
- String? publisherSpecificationId,
- SiteSkippableSetting? skippableSettings,
- SiteTranscodeSetting? transcodeSettings,
Implementation
SiteVideoSettings({
this.companionSettings,
this.kind,
this.obaEnabled,
this.obaSettings,
this.orientation,
this.publisherSpecificationId,
this.skippableSettings,
this.transcodeSettings,
});