HlsManifest constructor

HlsManifest({
  1. AdMarkers? adMarkers,
  2. bool? includeIframeOnlyStream,
  3. String? manifestName,
  4. int? programDateTimeIntervalSeconds,
  5. bool? repeatExtXKey,
  6. StreamSelection? streamSelection,
})

Implementation

HlsManifest({
  this.adMarkers,
  this.includeIframeOnlyStream,
  this.manifestName,
  this.programDateTimeIntervalSeconds,
  this.repeatExtXKey,
  this.streamSelection,
});