JobInputAsset

data class JobInputAsset(val label: String? = null, val name: String)

Constructors

Link copied to clipboard
constructor(label: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val label: String? = null

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'. Changing this forces a new resource to be created.

Link copied to clipboard

The name of the input Asset. Changing this forces a new Media Job to be created.