InputTemplate constructor
InputTemplate({
- Map<
String, AudioSelectorGroup> ? audioSelectorGroups, - Map<
String, AudioSelector> ? audioSelectors, - Rectangle? crop,
- InputDeblockFilter? deblockFilter,
- InputDenoiseFilter? denoiseFilter,
- InputFilterEnable? filterEnable,
- int? filterStrength,
- ImageInserter? imageInserter,
- List<
InputClipping> ? inputClippings, - InputScanType? inputScanType,
- Rectangle? position,
- int? programNumber,
- InputPsiControl? psiControl,
- InputTimecodeSource? timecodeSource,
- String? timecodeStart,
- VideoSelector? videoSelector,
Implementation
InputTemplate({
this.audioSelectorGroups,
this.audioSelectors,
this.captionSelectors,
this.crop,
this.deblockFilter,
this.denoiseFilter,
this.filterEnable,
this.filterStrength,
this.imageInserter,
this.inputClippings,
this.inputScanType,
this.position,
this.programNumber,
this.psiControl,
this.timecodeSource,
this.timecodeStart,
this.videoSelector,
});