CmafGroupSettings constructor
CmafGroupSettings({
- List<
CmafAdditionalManifest> ? additionalManifests, - String? baseUrl,
- CmafClientCache? clientCache,
- CmafCodecSpecification? codecSpecification,
- String? destination,
- DestinationSettings? destinationSettings,
- CmafEncryptionSettings? encryption,
- int? fragmentLength,
- CmafManifestCompression? manifestCompression,
- CmafManifestDurationFormat? manifestDurationFormat,
- int? minBufferTime,
- double? minFinalSegmentLength,
- CmafMpdProfile? mpdProfile,
- CmafSegmentControl? segmentControl,
- int? segmentLength,
- CmafStreamInfResolution? streamInfResolution,
- CmafWriteDASHManifest? writeDashManifest,
- CmafWriteHLSManifest? writeHlsManifest,
- CmafWriteSegmentTimelineInRepresentation? writeSegmentTimelineInRepresentation,
Implementation
CmafGroupSettings({
this.additionalManifests,
this.baseUrl,
this.clientCache,
this.codecSpecification,
this.destination,
this.destinationSettings,
this.encryption,
this.fragmentLength,
this.manifestCompression,
this.manifestDurationFormat,
this.minBufferTime,
this.minFinalSegmentLength,
this.mpdProfile,
this.segmentControl,
this.segmentLength,
this.streamInfResolution,
this.writeDashManifest,
this.writeHlsManifest,
this.writeSegmentTimelineInRepresentation,
});