MssPackage constructor
MssPackage({
- MssEncryption? encryption,
- int? manifestWindowSeconds,
- int? segmentDurationSeconds,
- StreamSelection? streamSelection,
Implementation
MssPackage({
this.encryption,
this.manifestWindowSeconds,
this.segmentDurationSeconds,
this.streamSelection,
});