AdaptiveMediaSource.InboundBitsPerSecondWindow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.