API published in: S60 3rd Ed
Link against: stereowideningeffect.lib
Required Capabilities
None
#include <stereowideningbase.h>
Inherits CAudioEffect.
Public Member Functions |
|
virtual IMPORT_C | ~CStereoWidening () |
Destructor. |
|
IMPORT_C TBool | IsContinuousLevelSupported () const |
Check if continuous level is supported for stereo widening. |
|
IMPORT_C void | SetStereoWideningLevelL (TUint8 aLevel) |
Set stereo widening level. |
|
IMPORT_C TUint8 | StereoWideningLevel () const |
Get the stereo widening settings. |
|
IMPORT_C TUid | Uid () const |
Static Public Member Functions |
|
static IMPORT_C CStereoWidening * | NewL () |
Factory function for creating the stereo widening object. |
|
static IMPORT_C CStereoWidening * | NewL (CMdaAudioConvertUtility &aUtility, TBool aEnable=EFalse, TInt8 aInitialLevel=0) |
Factory function for creating the stereo widening object. |
|
static IMPORT_C CStereoWidening * | NewL (CMdaAudioInputStream &aUtility, TBool aEnable=EFalse, TInt8 aInitialLevel=0) |
Factory function for creating the stereo widening object. |
|
static IMPORT_C CStereoWidening * | NewL (CMdaAudioOutputStream &aUtility, TBool aEnable=EFalse, TInt8 aInitialLevel=0) |
Factory function for creating the stereo widening object. |
|
static IMPORT_C CStereoWidening * | NewL (CMdaAudioPlayerUtility &aUtility, TBool aEnable=EFalse, TInt8 aInitialLevel=0) |
Factory function for creating the stereo widening object. |
|
static IMPORT_C CStereoWidening * | NewL (CMdaAudioRecorderUtility &aUtility, TBool aRecordStream, TBool aEnable=EFalse, TInt8 aInitialLevel=0) |
Factory function for creating the stereo widening object. |
|
static IMPORT_C CStereoWidening * | NewL (CMdaAudioToneUtility &aUtility, TBool aEnable=EFalse, TInt8 aInitialLevel=0) |
Factory function for creating the stereo widening object. |
|
static IMPORT_C CStereoWidening * | NewL (CMMFDevSound &aDevSound, TBool aEnable=EFalse, TInt8 aInitialLevel=0) |
Factory function for creating the stereo widening object. |
|
static IMPORT_C CStereoWidening * | NewL (CCustomCommandUtility *aUtility, TBool aEnable=EFalse, TInt8 aInitialLevel=0) |
Factory function for creating the stereo widening object. |
|
static IMPORT_C CStereoWidening * | NewL (MCustomInterface &aCustomInterface, TBool aEnable=EFalse, TInt8 aInitialLevel=0) |
Factory function for creating the stereo widening object. |
|
static IMPORT_C CStereoWidening * | NewL (CMidiClientUtility &aUtility, TBool aEnable=EFalse, TInt8 aInitialLevel=0) |
Factory function for creating the stereo widening object. |
|
static IMPORT_C CStereoWidening * | NewL (CDrmPlayerUtility &aUtility, TBool aEnable=EFalse, TInt8 aInitialLevel=0) |
Factory function for creating the stereo widening object. |
|
static IMPORT_C CStereoWidening * | NewL (CVideoPlayerUtility &aUtility, TBool aEnable=EFalse, TInt8 aInitialLevel=0) |
Factory function for creating the stereo widening 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 | CStereoWidening () |
Private C++ constructor for this class. |
|
Protected Attributes |
|
TEfStereoWidening | iStereoWideningData |
TEfStereoWideningDataPckg | iDataPckgTo |
TEfStereoWideningDataPckg | iDataPckgFrom |
Friends |
|
class | CStereoWideningMessageHandler |
|
Destructor. |
|
Private C++ constructor for this class.
|
|
From CAudioEffect Create a package of the effect data.
Implements CAudioEffect. |
|
Check if continuous level is supported for stereo widening.
|
|
Factory function for creating the stereo widening object.
|
|
Factory function for creating the stereo widening object.
|
|
Factory function for creating the stereo widening object.
|
|
Factory function for creating the stereo widening object.
|
|
Factory function for creating the stereo widening object.
|
|
Factory function for creating the stereo widening object.
|
|
Factory function for creating the stereo widening object.
|
|
Factory function for creating the stereo widening object.
|
|
Factory function for creating the stereo widening object.
|
|
Factory function for creating the stereo widening object.
|
|
Factory function for creating the stereo widening object.
|
|
Factory function for creating the stereo widening object.
|
|
Factory function for creating the stereo widening object.
|
|
From CAudioEffect Internal function to unpack effect data.
Implements CAudioEffect. |
|
Set stereo widening level.
|
|
Get the stereo widening settings.
|
|
Implements CAudioEffect. |
|
|
|
|