|
Public Member Functions |
| virtual | ~CStereoWideningUtility () |
| | Destructor.
|
| IMPORT_C void | ApplyPresetL (TInt aPreset) |
| | Apply the Preset Index value.
|
| IMPORT_C void | DisableStereoWideningL () |
| | Disable the StereoWidening.
|
| IMPORT_C void | CreatePresetL (TDesC &aName, CStereoWidening &aStereoWideningUI) |
| | Create a Preset with the given Name and StereoWidening 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 CStereoWidening & | StereoWidening () |
| | Get the reference to the StereoWidening Object.
|
| IMPORT_C void | ModifyPresetL (TInt aPresetIndex, TDesC &aName, CStereoWidening &aStereoWideningUI) |
| | Modify a Preset with the given Name and StereoWidening Settings.
|
| IMPORT_C TUint32 | NumberOfPreDefinedPresets () const |
| | Get the number of Pre Defined Presets.
|
| IMPORT_C TArray< TEfStereoWideningUtilityPreset > | 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 CStereoWideningUtility * | NewL (CMMFDevSound &aDevSound) |
| | Factory function for creating the audio StereoWidening utility object.
|
| static IMPORT_C CStereoWideningUtility * | NewL (CMdaAudioConvertUtility &aUtility) |
| | Factory function for creating the audio StereoWidening utility object.
|
| static IMPORT_C CStereoWideningUtility * | NewL (CMdaAudioInputStream &aUtility) |
| | Factory function for creating the audio StereoWidening utility object.
|
| static IMPORT_C CStereoWideningUtility * | NewL (CMdaAudioOutputStream &aUtility) |
| | Factory function for creating the audio StereoWidening utility object.
|
| static IMPORT_C CStereoWideningUtility * | NewL (CMdaAudioPlayerUtility &aUtility) |
| | Factory function for creating the audio StereoWidening utility object.
|
| static IMPORT_C CStereoWideningUtility * | NewL (CMdaAudioRecorderUtility &aUtility) |
| | Factory function for creating the audio StereoWidening utility object.
|
| static IMPORT_C CStereoWideningUtility * | NewL (CMdaAudioToneUtility &aUtility) |
| | Factory function for creating the audio StereoWidening utility object.
|
| static IMPORT_C CStereoWideningUtility * | NewL (CCustomCommandUtility *aUtility) |
| | Factory function for creating the audio StereoWidening utility object.
|
| static IMPORT_C CStereoWideningUtility * | NewL (MCustomInterface &aCustomInterface) |
| | Factory function for creating the audio StereoWidening utility object.
|
| static IMPORT_C CStereoWideningUtility * | NewL (CMidiClientUtility &aUtility) |
| | Factory function for creating the audio StereoWidening utility object.
|