DashIsoGroupSettings constructor

DashIsoGroupSettings({
  1. List<DashAdditionalManifest>? additionalManifests,
  2. String? baseUrl,
  3. String? destination,
  4. DestinationSettings? destinationSettings,
  5. DashIsoEncryptionSettings? encryption,
  6. int? fragmentLength,
  7. DashIsoHbbtvCompliance? hbbtvCompliance,
  8. int? minBufferTime,
  9. double? minFinalSegmentLength,
  10. DashIsoMpdProfile? mpdProfile,
  11. DashIsoSegmentControl? segmentControl,
  12. int? segmentLength,
  13. 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,
});