![]() |
Previous | Next |
The EQUALIZERSETTINGS element provides a way to manipulate the graphic equalizer settings of Windows Media Player using the attributes and method listed here.
The EQUALIZERSETTINGS element supports the following attributes.
Attribute | Description |
bands | Retrieves the number of frequency bands supported. |
bypass | Specifies or retrieves a value indicating whether the equalizer filter is bypassed in the filter graph. |
currentPreset | Specifies or retrieves the index of the current preset. |
currentPresetTitle | Retrieves the title of the current preset. |
gainLevels | Specifies or retrieves the gain level of the band corresponding to the index provided. |
gainLevel1 | Specifies or retrieves the gain level of band 1. |
gainLevel2 | Specifies or retrieves the gain level of band 2. |
gainLevel3 | Specifies or retrieves the gain level of band 3. |
gainLevel4 | Specifies or retrieves the gain level of band 4. |
gainLevel5 | Specifies or retrieves the gain level of band 5. |
gainLevel6 | Specifies or retrieves the gain level of band 6. |
gainLevel7 | Specifies or retrieves the gain level of band 7. |
gainLevel8 | Specifies or retrieves the gain level of band 8. |
gainLevel9 | Specifies or retrieves the gain level of band 9. |
gainLevel10 | Specifies or retrieves the gain level of band 10. |
presetCount | Retrieves the number of presets available. |
The EQUALIZERSETTINGS element supports the following methods.
Method | Description |
nextPreset | Applies the next equalizer preset. |
previousPreset | Applies the previous equalizer preset. |
reset | Resets the gain levels of all bands to zero decibels. |
This element can implement the onchange event handlers.
Previous | Next |