JobInput constructor

JobInput({
  1. String? aspectRatio,
  2. String? container,
  3. DetectedProperties? detectedProperties,
  4. Encryption? encryption,
  5. String? frameRate,
  6. InputCaptions? inputCaptions,
  7. String? interlaced,
  8. String? key,
  9. String? resolution,
  10. TimeSpan? timeSpan,
})

Implementation

JobInput({
  this.aspectRatio,
  this.container,
  this.detectedProperties,
  this.encryption,
  this.frameRate,
  this.inputCaptions,
  this.interlaced,
  this.key,
  this.resolution,
  this.timeSpan,
});