VideoSettings constructor
VideoSettings({
- CompanionSetting? companionSettings,
- int? durationSeconds,
- String? kind,
- bool? obaEnabled,
- ObaIcon? obaSettings,
- String? orientation,
- String? publisherSpecificationId,
- SkippableSetting? skippableSettings,
- TranscodeSetting? transcodeSettings,
Implementation
VideoSettings({
this.companionSettings,
this.durationSeconds,
this.kind,
this.obaEnabled,
this.obaSettings,
this.orientation,
this.publisherSpecificationId,
this.skippableSettings,
this.transcodeSettings,
});