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
The list of available adaptive bit rates of the adaptive streaming manifest.