你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PresentationTimeRange 类

演示时间范围,这是与资产相关的,不建议用于帐户筛选器。

继承
azure.mgmt.media._serialization.Model
PresentationTimeRange

构造函数

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)

仅限关键字的参数

名称 说明
start_timestamp
int

绝对开始时间边界。

end_timestamp
int

绝对结束时间边界。

presentation_window_duration
int

相对于结束滑动窗口的 。

live_backoff_duration
int

相对于右边缘端的 。

timescale
int

时间戳的时间刻度。

force_end_timestamp

强制存在结束时间戳的指示器。

变量

名称 说明
start_timestamp
int

绝对开始时间边界。

end_timestamp
int

绝对结束时间边界。

presentation_window_duration
int

相对于结束滑动窗口的 。

live_backoff_duration
int

相对于右边缘端的 。

timescale
int

时间戳的时间刻度。

force_end_timestamp

强制存在结束时间戳的指示器。