HlsPackage constructor
HlsPackage({
- AdMarkers? adMarkers,
- List<
AdTriggersElement> ? adTriggers, - AdsOnDeliveryRestrictions? adsOnDeliveryRestrictions,
- HlsEncryption? encryption,
- bool? includeIframeOnlyStream,
- PlaylistType? playlistType,
- int? playlistWindowSeconds,
- int? programDateTimeIntervalSeconds,
- int? segmentDurationSeconds,
- StreamSelection? streamSelection,
- bool? useAudioRenditionGroup,
Implementation
HlsPackage({
this.adMarkers,
this.adTriggers,
this.adsOnDeliveryRestrictions,
this.encryption,
this.includeIframeOnlyStream,
this.playlistType,
this.playlistWindowSeconds,
this.programDateTimeIntervalSeconds,
this.segmentDurationSeconds,
this.streamSelection,
this.useAudioRenditionGroup,
});