AdaptiveMediaSource.AvailableBitrates Property

Definition

Gets the available adaptive bit rates of the adaptive streaming manifest that is the source of the adaptive streaming object.

public:
 property IVectorView<unsigned int> ^ AvailableBitrates { IVectorView<unsigned int> ^ get(); };
IVectorView<uint32_t> AvailableBitrates();
public IReadOnlyList<uint> AvailableBitrates { get; }
var iVectorView = adaptiveMediaSource.availableBitrates;
Public ReadOnly Property AvailableBitrates As IReadOnlyList(Of UInteger)

Property Value

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

The list of available adaptive bit rates of the adaptive streaming manifest.

Applies to