CdnSettings constructor

CdnSettings({
  1. String? format,
  2. String? frameRate,
  3. IngestionInfo? ingestionInfo,
  4. String? ingestionType,
  5. String? resolution,
})

Implementation

CdnSettings({
  this.format,
  this.frameRate,
  this.ingestionInfo,
  this.ingestionType,
  this.resolution,
});