AbsoluteClipTime Class
Specifies the clip time as an absolute time position in the media file. The absolute 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.ClipTimeAbsoluteClipTime
Constructor
AbsoluteClipTime(*, time: timedelta, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
time
|
The time position on the timeline of the input media. It is usually specified as an ISO8601 period. e.g PT30S for 30 seconds. Required. |
Variables
Name | Description |
---|---|
odata_type
|
The discriminator for derived types. Required. |
time
|
The time position on the timeline of the input media. It is usually specified as an ISO8601 period. e.g PT30S for 30 seconds. Required. |
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