AdaptiveMediaSource.InboundBitsPerSecondWindow Property

Definition

Gets or sets the time span over which the InboundBitsPerSecond property is calculated.

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

Property Value

The time span over which the InboundBitsPerSecond property is calculated.

Remarks

The default value for this property is a time span of 5 minutes.

Applies to