CEnvironmentalReverbUtility Class Reference
#include
<EnvironmentalReverbUtility.h>
Link against: EnvironmentalReverbUtility.lib
class CEnvironmentalReverbUtility : public CBase |
Inherits from
- CEnvironmentalReverbUtility
Detailed Description
This is the EnvironmentalReverb Utility class for managing audio EnvironmentalReverb presets.
Constructor & Destructor Documentation
~CEnvironmentalReverbUtility ( )
~CEnvironmentalReverbUtility | ( | ) | [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 |
CreatePresetL ( TDesC &, CEnvironmentalReverb & )
Create a Preset with the given Name and EnvironmentalReverb 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 |
DisableEnvironmentalReverbL ( )
IMPORT_C void | DisableEnvironmentalReverbL | ( | ) | |
Disable the EnvironmentalReverb
- Since
- 3.0
EnvironmentalReverb ( )
Get the reference to the EnvironmentalReverb Object
- Since
- 3.0
Returns: Reference to the EnvironmentalReverb 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 &, CEnvironmentalReverb & )
Modify a Preset with the given Name and EnvironmentalReverb 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 EnvironmentalReverb utility object.
- Since
- 3.0
Returns: pointer to CEnvironmentalReverbUtility object
NewL ( CMdaAudioConvertUtility & )
Factory function for creating the audio EnvironmentalReverb utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to a convert utility |
Returns: pointer to CEnvironmentalReverbUtility object
NewL ( CMdaAudioInputStream & )
Factory function for creating the audio EnvironmentalReverb utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to a audio input stream utility |
Returns: pointer to CEnvironmentalReverbUtility object
NewL ( CMdaAudioOutputStream & )
Factory function for creating the audio EnvironmentalReverb utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to a audio output stream utility |
Returns: pointer to CEnvironmentalReverbUtility object
NewL ( CMdaAudioPlayerUtility & )
Factory function for creating the audio EnvironmentalReverb utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to a audio player utility |
Returns: pointer to CEnvironmentalReverbUtility object
NewL ( CMdaAudioRecorderUtility & )
Factory function for creating the audio EnvironmentalReverb utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to a audio recorder utility |
Returns: pointer to CEnvironmentalReverbUtility object
NewL ( CMdaAudioToneUtility & )
Factory function for creating the audio EnvironmentalReverb utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to a audio tone utility |
Returns: pointer to CEnvironmentalReverbUtility object
NewL ( CCustomCommandUtility * )
Factory function for creating the audio EnvironmentalReverb utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to custom command utility |
Returns: pointer to CEnvironmentalReverbUtility object
NewL ( MCustomInterface & )
Factory function for creating the audio EnvironmentalReverb utility object.
- Since
- 3.0
Returns: pointer to CEnvironmentalReverbUtility object
NewL ( CMidiClientUtility & )
Factory function for creating the audio EnvironmentalReverb utility object.
- Since
- 3.0
Parameter | Description | aUtility | A reference to CMidiClientUtility |
Returns: pointer to CEnvironmentalReverbUtility 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 |