inputs property

List<Input>? inputs
final

Use Inputs (inputs) to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output.

Implementation

final List<Input>? inputs;