InputTemplate constructor

InputTemplate({
  1. Map<String, AudioSelectorGroup>? audioSelectorGroups,
  2. Map<String, AudioSelector>? audioSelectors,
  3. Map<String, CaptionSelector>? captionSelectors,
  4. Rectangle? crop,
  5. InputDeblockFilter? deblockFilter,
  6. InputDenoiseFilter? denoiseFilter,
  7. InputFilterEnable? filterEnable,
  8. int? filterStrength,
  9. ImageInserter? imageInserter,
  10. List<InputClipping>? inputClippings,
  11. InputScanType? inputScanType,
  12. Rectangle? position,
  13. int? programNumber,
  14. InputPsiControl? psiControl,
  15. InputTimecodeSource? timecodeSource,
  16. String? timecodeStart,
  17. 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,
});