CdnSettings constructor
CdnSettings({
- String? format,
- String? frameRate,
- IngestionInfo? ingestionInfo,
- String? ingestionType,
- String? resolution,
Implementation
CdnSettings({
this.format,
this.frameRate,
this.ingestionInfo,
this.ingestionType,
this.resolution,
});