EqualizerEffectDefinition.Bands 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得等等化程式效果定義中包含的頻段。
public:
property IVectorView<EqualizerBand ^> ^ Bands { IVectorView<EqualizerBand ^> ^ get(); };
IVectorView<EqualizerBand> Bands();
public IReadOnlyList<EqualizerBand> Bands { get; }
var iVectorView = equalizerEffectDefinition.bands;
Public ReadOnly Property Bands As IReadOnlyList(Of EqualizerBand)
屬性值
物件的集合,表示等號範圍。