AdaptiveMediaSource.InboundBitsPerSecond Property

Definition

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

UInt64

unsigned long long

uint64_t

The inbound bits per second over the InboundBitsPerSecondWindow time span.

Applies to