PresentationTimeRange 類別
簡報時間範圍,這是與資產相關的資產,不建議用於帳戶篩選。
- 繼承
-
azure.mgmt.media._serialization.ModelPresentationTimeRange
建構函式
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)
僅限關鍵字的參數
名稱 | Description |
---|---|
start_timestamp
|
絕對開始時間界限。 |
end_timestamp
|
絕對結束時間界限。 |
presentation_window_duration
|
相對於結束滑動視窗的 。 |
live_backoff_duration
|
相對於右邊緣的 。 |
timescale
|
時間戳記的時間範圍。 |
force_end_timestamp
|
強制現有結束時間戳記的指標。 |
變數
名稱 | Description |
---|---|
start_timestamp
|
絕對開始時間界限。 |
end_timestamp
|
絕對結束時間界限。 |
presentation_window_duration
|
相對於結束滑動視窗的 。 |
live_backoff_duration
|
相對於右邊緣的 。 |
timescale
|
時間戳記的時間範圍。 |
force_end_timestamp
|
強制現有結束時間戳記的指標。 |