outputs property
Information about the output files. We recommend that you use the
Outputs
syntax for all jobs, even when you want Elastic
Transcoder to transcode a file into only one format. Do not use both the
Outputs
and Output
syntaxes in the same request.
You can create a maximum of 30 outputs per job.
If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.
Implementation
final List<JobOutput>? outputs;