OutputFormatConfig constructor
OutputFormatConfig({
- NativeOutputFileFormatConfig? native,
- SrtOutputFileFormatConfig? srt,
- VttOutputFileFormatConfig? vtt,
Implementation
OutputFormatConfig({
this.native,
this.srt,
this.vtt,
});