DashIsoGroupSettings constructor
DashIsoGroupSettings({
- List<
DashAdditionalManifest> ? additionalManifests, - String? baseUrl,
- String? destination,
- DestinationSettings? destinationSettings,
- DashIsoEncryptionSettings? encryption,
- int? fragmentLength,
- DashIsoHbbtvCompliance? hbbtvCompliance,
- int? minBufferTime,
- double? minFinalSegmentLength,
- DashIsoMpdProfile? mpdProfile,
- DashIsoSegmentControl? segmentControl,
- int? segmentLength,
- DashIsoWriteSegmentTimelineInRepresentation? writeSegmentTimelineInRepresentation,
Implementation
DashIsoGroupSettings({
this.additionalManifests,
this.baseUrl,
this.destination,
this.destinationSettings,
this.encryption,
this.fragmentLength,
this.hbbtvCompliance,
this.minBufferTime,
this.minFinalSegmentLength,
this.mpdProfile,
this.segmentControl,
this.segmentLength,
this.writeSegmentTimelineInRepresentation,
});