EqualizerBand
EqualizerBand
EqualizerBand
EqualizerBand
Class
Definition
Represents an equalizer band for the equalizer effect.
public : sealed class EqualizerBand : IEqualizerBandpublic sealed class EqualizerBand : IEqualizerBandPublic NotInheritable Class EqualizerBand Implements IEqualizerBand// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Get an instance of this class by accessing the EqualizerEffectDefinition.Bands property.
Properties
Bandwidth Bandwidth Bandwidth Bandwidth
Gets or sets the bandwidth for the equalizer band.
public : double Bandwidth { get; set; }public double Bandwidth { get; set; }Public ReadWrite Property Bandwidth As double// You can use this property in JavaScript.
- Value
- double double double double
A bandwidth value.
FrequencyCenter FrequencyCenter FrequencyCenter FrequencyCenter
Gets or sets the frequency center for the equalizer band.
public : double FrequencyCenter { get; set; }public double FrequencyCenter { get; set; }Public ReadWrite Property FrequencyCenter As double// You can use this property in JavaScript.
- Value
- double double double double
A value indicating the frequency center.