|
Public Member Functions |
| virtual IMPORT_C | ~CLoudness () |
| | Destructor.
|
| IMPORT_C TUid | Uid () const |
Static Public Member Functions |
| static IMPORT_C CLoudness * | NewL (CMdaAudioConvertUtility &aUtility) |
| | Factory function for creating the audio Loudness object.
|
| static IMPORT_C CLoudness * | NewL (CMdaAudioInputStream &aUtility, TBool aEnable=EFalse) |
| | Factory function for creating the Loudness object.
|
| static IMPORT_C CLoudness * | NewL (CMdaAudioOutputStream &aUtility, TBool aEnable=EFalse) |
| | Factory function for creating the Loudness object.
|
| static IMPORT_C CLoudness * | NewL (CMdaAudioPlayerUtility &aUtility, TBool aEnable=EFalse) |
| | Factory function for creating the Loudness object.
|
| static IMPORT_C CLoudness * | NewL (CMdaAudioRecorderUtility &aUtility, TBool aRecordStream, TBool aEnable=EFalse) |
| | Factory function for creating the Loudness object.
|
| static IMPORT_C CLoudness * | NewL (CMdaAudioToneUtility &aUtility, TBool aEnable=EFalse) |
| | Factory function for creating the Loudness object.
|
| static IMPORT_C CLoudness * | NewL (CMMFDevSound &aDevSound, TBool aEnable=EFalse) |
| | Factory function for creating the Loudness object.
|
| static IMPORT_C CLoudness * | NewL (CCustomCommandUtility *aUtility, TBool aEnable=EFalse) |
| | Factory function for creating the Loudness object.
|
| static IMPORT_C CLoudness * | NewL (MCustomInterface &aCustomInterface, TBool aEnable=EFalse) |
| | Factory function for creating the Loudness object.
|
| static IMPORT_C CLoudness * | NewL (CMidiClientUtility &aUtility, TBool aEnable=EFalse) |
| | Factory function for creating the Loudness object.
|
Protected Member Functions |
| IMPORT_C const TDesC8 & | DoEffectData () |
| | From CAudioEffect Create a package of the effect data.
|
| IMPORT_C void | SetEffectData (const TDesC8 &aEffectDataBuffer) |
| | From CAudioEffect Internal function to unpack effect data.
|
| IMPORT_C | CLoudness () |
| | Private C++ constructor for this class.
|
Protected Attributes |
| TEfLoudnessData | iLoudnessData |
| TEfLoudnessDataPckg | iDataPckgTo |
| TEfLoudnessDataPckg | iDataPckgFrom |
Friends |
| class | CLoudnessMessageHandler |