Job Input Clip Args
data class JobInputClipArgs(val end: Output<Either<AbsoluteClipTimeArgs, UtcClipTimeArgs>>? = null, val files: Output<List<String>>? = null, val inputDefinitions: Output<List<Any>>? = null, val label: Output<String>? = null, val odataType: Output<String>, val start: Output<Either<AbsoluteClipTimeArgs, UtcClipTimeArgs>>? = null) : ConvertibleToJava<JobInputClipArgs>
Represents input files for a Job.
Constructors
Link copied to clipboard
fun JobInputClipArgs(end: Output<Either<AbsoluteClipTimeArgs, UtcClipTimeArgs>>? = null, files: Output<List<String>>? = null, inputDefinitions: Output<List<Any>>? = null, label: Output<String>? = null, odataType: Output<String>, start: Output<Either<AbsoluteClipTimeArgs, UtcClipTimeArgs>>? = null)
Functions
Properties
Link copied to clipboard
A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.