DashPackage constructor
DashPackage({
- List<
AdTriggersElement> ? adTriggers, - AdsOnDeliveryRestrictions? adsOnDeliveryRestrictions,
- DashEncryption? encryption,
- ManifestLayout? manifestLayout,
- int? manifestWindowSeconds,
- int? minBufferTimeSeconds,
- int? minUpdatePeriodSeconds,
- List<
PeriodTriggersElement> ? periodTriggers, - Profile? profile,
- int? segmentDurationSeconds,
- SegmentTemplateFormat? segmentTemplateFormat,
- StreamSelection? streamSelection,
- int? suggestedPresentationDelaySeconds,
- UtcTiming? utcTiming,
- 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,
});