UtcClipTime Class
Specifies the clip time as a Utc time position in the media file. The Utc time can point to a different position depending on whether the media file starts from a timestamp of zero or not.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media.models._models_py3.ClipTimeUtcClipTime
Constructor
UtcClipTime(*, time: datetime, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
time
|
The time position on the timeline of the input media based on Utc time. Required. |
Variables
Name | Description |
---|---|
odata_type
|
The discriminator for derived types. Required. |
time
|
The time position on the timeline of the input media based on Utc time. Required. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python