MssPackage constructor

MssPackage({
  1. MssEncryption? encryption,
  2. int? manifestWindowSeconds,
  3. int? segmentDurationSeconds,
  4. StreamSelection? streamSelection,
})

Implementation

MssPackage({
  this.encryption,
  this.manifestWindowSeconds,
  this.segmentDurationSeconds,
  this.streamSelection,
});