JobInput constructor
JobInput({
- String? aspectRatio,
- String? container,
- DetectedProperties? detectedProperties,
- Encryption? encryption,
- String? frameRate,
- InputCaptions? inputCaptions,
- String? interlaced,
- String? key,
- String? resolution,
- TimeSpan? timeSpan,
Implementation
JobInput({
this.aspectRatio,
this.container,
this.detectedProperties,
this.encryption,
this.frameRate,
this.inputCaptions,
this.interlaced,
this.key,
this.resolution,
this.timeSpan,
});