AdaptiveMediaSourceDiagnosticAvailableEventArgs.Bitrate Property

Definition

Gets the bitrate of the web request to which the diagnostic information applies.

public:
 property IReference<unsigned int> ^ Bitrate { IReference<unsigned int> ^ get(); };
IReference<uint32_t> Bitrate();
public System.Nullable<uint> Bitrate { get; }
var iReference = adaptiveMediaSourceDiagnosticAvailableEventArgs.bitrate;
Public ReadOnly Property Bitrate As Nullable(Of UInteger)

Property Value

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The bitrate of the web request to which the diagnostic information applies.

Applies to