Home | History | Annotate | Download | only in testlibs

Lines Matching refs:preset

44     // Preset configuration.
53 // This value is used when requesting current preset, and EQ is not using a
54 // preset.
72 // client is required not to call preset-related functions.
152 // Gets a human-readable name for a preset ID. Will return "Custom" if
154 // preset The preset ID. Must be less than number of presets.
155 const char * getPresetName(int preset) const;
160 // Gets the currently set preset ID.
162 // manually since a preset was set.
165 // Sets the current preset by ID.
168 // preset The preset ID. Must be less than number of presets.
170 void setPreset(int preset);
211 // Preset configurations.
215 // Current preset.
235 // client is required not to call preset-related functions.