CAudioEqualizerUtility Class Reference
#include
<AudioEqualizerUtility.h>
Link against: AudioEqualizerUtility.lib
class CAudioEqualizerUtility : public CBase |
Detailed Description
This is the Equalizer Utility class for managing audio equalizer presets.
Constructor & Destructor Documentation
~CAudioEqualizerUtility ( )
~CAudioEqualizerUtility | ( | ) | [virtual] |
Member Function Documentation
ApplyPresetL ( TInt )
IMPORT_C void | ApplyPresetL | ( | TInt | aPreset | ) | |
Apply the Preset Index value
- Since
- 3.0
Parameter | Description | aPreset | Preset Value |
BassBoost ( )
Get the reference to the BassBoost Object
- Since
- 3.0
Returns: Reference to the CBassBoost Object.
CreatePresetL ( TDesC &, CAudioEqualizer & )
Create a Preset with the given Name and Equalizer Settings
- Since
- 3.0
Parameter | Description | aName | Name of the Preset |
DeletePresetL ( TInt )
IMPORT_C void | DeletePresetL | ( | TInt | aPresetIndex | ) | |
Delete a Preset with the given index in the Central Repository
- Since
- 3.0
Parameter | Description | aPresetIndex | Index of the Preset in the Array |
DisableEqualizerL ( )
IMPORT_C void | DisableEqualizerL | ( | ) | |
Disable the Equalizer
- Since
- 3.0
Equalizer ( )
Get the reference to the Equalizer Object
- Since
- 3.0
Returns: Reference to the Equalizer Object.
GetPresetL ( TInt )
IMPORT_C const TDesC & | GetPresetL | ( | TInt | aPresetIndex | ) | |
Retrieves a Preset with the given index from the Central Repository
- Since
- 3.0
Parameter | Description | aPresetIndex | Index of the Preset in the Array |
ModifyPresetL ( TInt, TDesC &, CAudioEqualizer & )
Modify a Preset with the given Name and Equalizer Settings
- Since
- 3.0
Parameter | Description | aPresetIndex | Array Index of the Preset |
aName | Name of the Preset |
NewL ( CMMFDevSound & )
Factory function for creating the audio equalizer utility object.
- Since
- 3.0
Returns: pointer to CAudioEqualizerUtility object
NewL ( CMdaAudioConvertUtility & )
Factory function for creating the audio equalizer utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to a convert utility |
Returns: pointer to CAudioEqualizerUtility object
NewL ( CMdaAudioInputStream & )
Factory function for creating the audio equalizer utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to a audio input stream utility |
Returns: pointer to CAudioEqualizerUtility object
NewL ( CMdaAudioOutputStream & )
Factory function for creating the audio equalizer utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to a audio output stream utility |
Returns: pointer to CAudioEqualizerUtility object
NewL ( CMdaAudioPlayerUtility & )
Factory function for creating the audio equalizer utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to a audio player utility |
Returns: pointer to CAudioEqualizerUtility object
NewL ( CMdaAudioRecorderUtility & )
Factory function for creating the audio equalizer utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to a audio recorder utility |
Returns: pointer to CAudioEqualizerUtility object
NewL ( CMdaAudioToneUtility & )
Factory function for creating the audio equalizer utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to a audio tone utility |
Returns: pointer to CAudioEqualizerUtility object
NewL ( CCustomCommandUtility * )
Factory function for creating the audio equalizer utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to custom command utility |
Returns: pointer to CAudioEqualizerUtility object
NewL ( MCustomInterface & )
Factory function for creating the audio equalizer utility object.
- Since
- 3.0
Returns: pointer to CAudioEqualizerUtility object
NewL ( CMidiClientUtility & )
Factory function for creating the audio equalizer utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to CMidiClientUtility |
Returns: pointer to CAudioEqualizerUtility object
NewL ( CDrmPlayerUtility & )
Factory function for creating the audio equalizer object.
- Since
- 3.0
Returns: pointer to CAudioEqualizer object
NewL ( CVideoPlayerUtility & )
Factory function for creating the audio equalizer object.
- Since
- 3.2
Returns: pointer to CAudioEqualizer object
NumberOfPreDefinedPresets ( )
IMPORT_C TUint32 | NumberOfPreDefinedPresets | ( | ) | const |
Get the number of Pre Defined Presets
- Since
- 3.0
Returns: Number of Pre Defined Presets
Presets ( )
Get all the Presets defined in the Central Repository
- Since
- 3.0
Returns: Array of all Presets.
ResetPresetL ( TInt )
IMPORT_C void | ResetPresetL | ( | TInt | aPresetIndex | ) | |
Reset a System Defined Preset with the given index in the Array returned from
Presets() - Since
- 3.0
Parameter | Description | aPresetIndex | Index of the Preset in the Array |