MuxStream constructor

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

Implementation

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