PresentationTimeRange Class
The presentation time range, this is asset related and not recommended for Account Filter.
- Inheritance
-
azure.mgmt.media._serialization.ModelPresentationTimeRange
Constructor
PresentationTimeRange(*, start_timestamp: int | None = None, end_timestamp: int | None = None, presentation_window_duration: int | None = None, live_backoff_duration: int | None = None, timescale: int | None = None, force_end_timestamp: bool | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
start_timestamp
|
The absolute start time boundary. |
end_timestamp
|
The absolute end time boundary. |
presentation_window_duration
|
The relative to end sliding window. |
live_backoff_duration
|
The relative to end right edge. |
timescale
|
The time scale of time stamps. |
force_end_timestamp
|
The indicator of forcing existing of end time stamp. |
Variables
Name | Description |
---|---|
start_timestamp
|
The absolute start time boundary. |
end_timestamp
|
The absolute end time boundary. |
presentation_window_duration
|
The relative to end sliding window. |
live_backoff_duration
|
The relative to end right edge. |
timescale
|
The time scale of time stamps. |
force_end_timestamp
|
The indicator of forcing existing of end time stamp. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python