JobInputAsset Class
Represents an Asset for input into a Job.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media.models._models_py3.JobInputClipJobInputAsset
Constructor
JobInputAsset(*, asset_name: str, files: List[str] | None = None, start: _models.ClipTime | None = None, end: _models.ClipTime | None = None, label: str | None = None, input_definitions: List[_models.InputDefinition] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
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. |
start
|
Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media. |
end
|
Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media. |
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'. |
input_definitions
|
Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata. |
asset_name
|
The name of the input Asset. Required. |
Variables
Name | Description |
---|---|
odata_type
|
The discriminator for derived types. Required. |
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. |
start
|
Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media. |
end
|
Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media. |
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'. |
input_definitions
|
Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata. |
asset_name
|
The name of the input Asset. Required. |
Azure SDK for Python