HlsPackage constructor

HlsPackage({
  1. AdMarkers? adMarkers,
  2. List<AdTriggersElement>? adTriggers,
  3. AdsOnDeliveryRestrictions? adsOnDeliveryRestrictions,
  4. HlsEncryption? encryption,
  5. bool? includeIframeOnlyStream,
  6. PlaylistType? playlistType,
  7. int? playlistWindowSeconds,
  8. int? programDateTimeIntervalSeconds,
  9. int? segmentDurationSeconds,
  10. StreamSelection? streamSelection,
  11. 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,
});