CmafPackage constructor

CmafPackage({
  1. CmafEncryption? encryption,
  2. List<HlsManifest>? hlsManifests,
  3. int? segmentDurationSeconds,
  4. String? segmentPrefix,
  5. StreamSelection? streamSelection,
})

Implementation

CmafPackage({
  this.encryption,
  this.hlsManifests,
  this.segmentDurationSeconds,
  this.segmentPrefix,
  this.streamSelection,
});