共用方式為


AdaptiveMediaSource.InboundBitsPerSecondWindow 屬性

定義

取得或設定 要計算 InboundBitsPerSecond 屬性的時間範圍。

public:
 property TimeSpan InboundBitsPerSecondWindow { TimeSpan get(); void set(TimeSpan value); };
TimeSpan InboundBitsPerSecondWindow();

void InboundBitsPerSecondWindow(TimeSpan value);
public System.TimeSpan InboundBitsPerSecondWindow { get; set; }
var timeSpan = adaptiveMediaSource.inboundBitsPerSecondWindow;
adaptiveMediaSource.inboundBitsPerSecondWindow = timeSpan;
Public Property InboundBitsPerSecondWindow As TimeSpan

屬性值

會計算 InboundBitsPerSecond屬性的時間範圍。

備註

此屬性的預設值是 5 分鐘的時間範圍。

適用於