|
Public Member Functions |
| virtual | ~CAudioEqualizerUtility () |
| | Destructor.
|
| IMPORT_C void | ApplyPresetL (TInt aPreset) |
| | Apply the Preset Index value.
|
| IMPORT_C void | DisableEqualizerL () |
| | Disable the Equalizer.
|
| IMPORT_C void | CreatePresetL (TDesC &aName, CAudioEqualizer &aAudioEqualizerUI) |
| | Create a Preset with the given Name and Equalizer Settings.
|
| IMPORT_C void | DeletePresetL (TInt aPresetIndex) |
| | Delete a Preset with the given index in the Central Repository.
|
| IMPORT_C const TDesC & | GetPresetL (TInt aPresetIndex) |
| | Retrieves a Preset with the given index from the Central Repository.
|
| IMPORT_C CAudioEqualizer & | Equalizer () |
| | Get the reference to the Equalizer Object.
|
| IMPORT_C CBassBoost & | BassBoost () |
| | Get the reference to the BassBoost Object.
|
| IMPORT_C void | ModifyPresetL (TInt aPresetIndex, TDesC &aName, CAudioEqualizer &aAudioEqualizerUI) |
| | Modify a Preset with the given Name and Equalizer Settings.
|
| IMPORT_C TUint32 | NumberOfPreDefinedPresets () const |
| | Get the number of Pre Defined Presets.
|
| IMPORT_C TArray< TEfAudioEqualizerUtilityPreset > | Presets () |
| | Get all the Presets defined in the Central Repository.
|
| IMPORT_C void | ResetPresetL (TInt aPresetIndex) |
| | Reset a System Defined Preset with the given index in the Array returned from Presets().
|
Static Public Member Functions |
| static IMPORT_C CAudioEqualizerUtility * | NewL (CMMFDevSound &aDevSound) |
| | Factory function for creating the audio equalizer utility object.
|
| static IMPORT_C CAudioEqualizerUtility * | NewL (CMdaAudioConvertUtility &aUtility) |
| | Factory function for creating the audio equalizer utility object.
|
| static IMPORT_C CAudioEqualizerUtility * | NewL (CMdaAudioInputStream &aUtility) |
| | Factory function for creating the audio equalizer utility object.
|
| static IMPORT_C CAudioEqualizerUtility * | NewL (CMdaAudioOutputStream &aUtility) |
| | Factory function for creating the audio equalizer utility object.
|
| static IMPORT_C CAudioEqualizerUtility * | NewL (CMdaAudioPlayerUtility &aUtility) |
| | Factory function for creating the audio equalizer utility object.
|
| static IMPORT_C CAudioEqualizerUtility * | NewL (CMdaAudioRecorderUtility &aUtility) |
| | Factory function for creating the audio equalizer utility object.
|
| static IMPORT_C CAudioEqualizerUtility * | NewL (CMdaAudioToneUtility &aUtility) |
| | Factory function for creating the audio equalizer utility object.
|
| static IMPORT_C CAudioEqualizerUtility * | NewL (CCustomCommandUtility *aUtility) |
| | Factory function for creating the audio equalizer utility object.
|
| static IMPORT_C CAudioEqualizerUtility * | NewL (MCustomInterface &aCustomInterface) |
| | Factory function for creating the audio equalizer utility object.
|
| static IMPORT_C CAudioEqualizerUtility * | NewL (CMidiClientUtility &aUtility) |
| | Factory function for creating the audio equalizer utility object.
|