Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AdaptiveMediaSource.AvailableBitrates 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 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<unsigned int>

IVectorView<uint32_t>

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

Applies to


Feedback

Was this page helpful?