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

PresentationTimeRange 构造函数

定义

重载

PresentationTimeRange()

初始化 PresentationTimeRange 类的新实例。

PresentationTimeRange(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>)

初始化 PresentationTimeRange 类的新实例。

PresentationTimeRange()

初始化 PresentationTimeRange 类的新实例。

public PresentationTimeRange ();
Public Sub New ()

适用于

PresentationTimeRange(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>)

初始化 PresentationTimeRange 类的新实例。

public PresentationTimeRange (long? startTimestamp = default, long? endTimestamp = default, long? presentationWindowDuration = default, long? liveBackoffDuration = default, long? timescale = default, bool? forceEndTimestamp = default);
new Microsoft.Azure.Management.Media.Models.PresentationTimeRange : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<bool> -> Microsoft.Azure.Management.Media.Models.PresentationTimeRange
Public Sub New (Optional startTimestamp As Nullable(Of Long) = Nothing, Optional endTimestamp As Nullable(Of Long) = Nothing, Optional presentationWindowDuration As Nullable(Of Long) = Nothing, Optional liveBackoffDuration As Nullable(Of Long) = Nothing, Optional timescale As Nullable(Of Long) = Nothing, Optional forceEndTimestamp As Nullable(Of Boolean) = Nothing)

参数

startTimestamp
Nullable<Int64>

绝对开始时间边界。

endTimestamp
Nullable<Int64>

绝对结束时间边界。

presentationWindowDuration
Nullable<Int64>

相对于结束滑动窗口的 。

liveBackoffDuration
Nullable<Int64>

相对于右边缘端的 。

timescale
Nullable<Int64>

时间戳的时间刻度。

forceEndTimestamp
Nullable<Boolean>

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

适用于