JobInputAsset interface
Represents an Asset for input into a Job.
- Extends
Properties
asset |
The name of the input Asset. |
odata |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
end | Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media. |
files | List of files. Required for JobInputHttp. Maximum of 4000 characters each. Query strings will not be returned in service responses to prevent sensitive data exposure. |
input |
Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata. |
label | 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'. |
start | Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media. |
Property Details
assetName
The name of the input Asset.
assetName: string
Property Value
string
odataType
Polymorphic discriminator, which specifies the different types this object can be
odataType: "#Microsoft.Media.JobInputAsset"
Property Value
"#Microsoft.Media.JobInputAsset"
Inherited Property Details
end
Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
end?: ClipTimeUnion
Property Value
Inherited From JobInputClip.end
files
List of files. Required for JobInputHttp. Maximum of 4000 characters each. Query strings will not be returned in service responses to prevent sensitive data exposure.
files?: string[]
Property Value
string[]
Inherited From JobInputClip.files
inputDefinitions
Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
inputDefinitions?: InputDefinitionUnion[]
Property Value
Inherited From JobInputClip.inputDefinitions
label
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'.
label?: string
Property Value
string
Inherited From JobInputClip.label
start
Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
start?: ClipTimeUnion
Property Value
Inherited From JobInputClip.start