Input constructor

Input({
  1. Map<String, AudioSelectorGroup>? audioSelectorGroups,
  2. Map<String, AudioSelector>? audioSelectors,
  3. Map<String, CaptionSelector>? captionSelectors,
  4. Rectangle? crop,
  5. InputDeblockFilter? deblockFilter,
  6. InputDecryptionSettings? decryptionSettings,
  7. InputDenoiseFilter? denoiseFilter,
  8. String? fileInput,
  9. InputFilterEnable? filterEnable,
  10. int? filterStrength,
  11. ImageInserter? imageInserter,
  12. List<InputClipping>? inputClippings,
  13. InputScanType? inputScanType,
  14. Rectangle? position,
  15. int? programNumber,
  16. InputPsiControl? psiControl,
  17. List<String>? supplementalImps,
  18. InputTimecodeSource? timecodeSource,
  19. String? timecodeStart,
  20. VideoSelector? videoSelector,
})

Implementation

Input({
  this.audioSelectorGroups,
  this.audioSelectors,
  this.captionSelectors,
  this.crop,
  this.deblockFilter,
  this.decryptionSettings,
  this.denoiseFilter,
  this.fileInput,
  this.filterEnable,
  this.filterStrength,
  this.imageInserter,
  this.inputClippings,
  this.inputScanType,
  this.position,
  this.programNumber,
  this.psiControl,
  this.supplementalImps,
  this.timecodeSource,
  this.timecodeStart,
  this.videoSelector,
});