JobInputSequence Class
A Sequence contains an ordered list of Clips where each clip is a JobInput. The Sequence will be treated as a single input.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media.models._models_py3.JobInputJobInputSequence
Constructor
JobInputSequence(*, inputs: List[_models.JobInputClip] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
inputs
|
JobInputs that make up the timeline. |
Variables
Name | Description |
---|---|
odata_type
|
The discriminator for derived types. Required. |
inputs
|
JobInputs that make up the timeline. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python