CmafPackage constructor
CmafPackage({
- CmafEncryption? encryption,
- List<
HlsManifest> ? hlsManifests, - int? segmentDurationSeconds,
- String? segmentPrefix,
- StreamSelection? streamSelection,
Implementation
CmafPackage({
this.encryption,
this.hlsManifests,
this.segmentDurationSeconds,
this.segmentPrefix,
this.streamSelection,
});