EqualizerEffectDefinition.Bands 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 bands included in the equalizer effect definition.
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)
Property Value
A collection of objects indicating the equalizer bands.