DashPackage constructor

DashPackage({
  1. List<AdTriggersElement>? adTriggers,
  2. AdsOnDeliveryRestrictions? adsOnDeliveryRestrictions,
  3. DashEncryption? encryption,
  4. ManifestLayout? manifestLayout,
  5. int? manifestWindowSeconds,
  6. int? minBufferTimeSeconds,
  7. int? minUpdatePeriodSeconds,
  8. List<PeriodTriggersElement>? periodTriggers,
  9. Profile? profile,
  10. int? segmentDurationSeconds,
  11. SegmentTemplateFormat? segmentTemplateFormat,
  12. StreamSelection? streamSelection,
  13. int? suggestedPresentationDelaySeconds,
  14. UtcTiming? utcTiming,
  15. String? utcTimingUri,
})

Implementation

DashPackage({
  this.adTriggers,
  this.adsOnDeliveryRestrictions,
  this.encryption,
  this.manifestLayout,
  this.manifestWindowSeconds,
  this.minBufferTimeSeconds,
  this.minUpdatePeriodSeconds,
  this.periodTriggers,
  this.profile,
  this.segmentDurationSeconds,
  this.segmentTemplateFormat,
  this.streamSelection,
  this.suggestedPresentationDelaySeconds,
  this.utcTiming,
  this.utcTimingUri,
});