Basic implementation of a mutable preset. More...
import"ngIEqualizerPreset.idl";
Public Member Functions | |
void | setName (in AString aName) |
Set the name attribute of the preset. More... | |
void | setValues (in nsIArray aValues) |
Set the values of the preset. More... | |
Additional Inherited Members | |
Public Attributes inherited from ngIEqualizerPreset | |
readonly attribute AString | name |
Name of the preset, used as unique ID and may be visible to the user. More... | |
readonly attribute nsIArray | values |
The values array holds the values for the bands. More... | |
Basic implementation of a mutable preset.
Definition at line 60 of file ngIEqualizerPreset.idl.
void ngIMutableEqualizerPreset::setName | ( | in AString | aName | ) |
Set the name attribute of the preset.
void ngIMutableEqualizerPreset::setValues | ( | in nsIArray | aValues | ) |
Set the values of the preset.
NS_ERROR_ILLEGAL_VALUE | if the supplied array does not have the same length as teh equalizer has bands. |