AdaptiveMediaSource.InboundBitsPerSecond 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 a value indicating the inbound bits per second statistic over the time window specified by the InboundBitsPerSecondWindow property.
public:
property unsigned long long InboundBitsPerSecond { unsigned long long get(); };
uint64_t InboundBitsPerSecond();
public ulong InboundBitsPerSecond { get; }
var uInt64 = adaptiveMediaSource.inboundBitsPerSecond;
Public ReadOnly Property InboundBitsPerSecond As ULong
Property Value
The inbound bits per second over the InboundBitsPerSecondWindow time span.