共用方式為


AdaptiveMediaSource.AvailableBitrates 屬性

定義

取得自適性串流資訊清單的可用自適性位元速率,該資訊清單是自適性串流物件的來源。

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)

屬性值

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

調適型串流資訊清單的可用調適性位元速率清單。

適用於