ElementaryStream constructor
ElementaryStream({
- AudioStream? audioStream,
- String? key,
- TextStream? textStream,
- VideoStream? videoStream,
Implementation
ElementaryStream({
this.audioStream,
this.key,
this.textStream,
this.videoStream,
});