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