MuxStream constructor

MuxStream({
  1. String? container,
  2. List<String>? elementaryStreams,
  3. Encryption? encryption,
  4. String? fileName,
  5. String? key,
  6. SegmentSettings? segmentSettings,
})

Implementation

MuxStream({
  this.container,
  this.elementaryStreams,
  this.encryption,
  this.fileName,
  this.key,
  this.segmentSettings,
});