MuxStream constructor
MuxStream({
- String? container,
- List<
String> ? elementaryStreams, - String? encryptionId,
- String? fileName,
- Fmp4Config? fmp4,
- String? key,
- SegmentSettings? segmentSettings,
Implementation
MuxStream({
this.container,
this.elementaryStreams,
this.encryptionId,
this.fileName,
this.fmp4,
this.key,
this.segmentSettings,
});