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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python