The following header file(s) have changed between 3.0 and 3.1
audioequalizerbase.h
bassboostbase.h
distanceattenuationbase.h
listenerdopplerbase.h
sourcedopplerbase.h
environmentalreverbbase.h
environmentalreverbdata.h
listenerlocationbase.h
sourcelocationbase.h
loudnessbase.h
listenerorientationbase.h
sourceorientationbase.h
stereowideningbase.h
Type | Class | Change |
New public method | CAudioEqualizer |
static CAudioEqualizer* NewL( CMidiClientUtility& aUtility
); |
Type | Class | Change |
New public method | CBassBoost |
static CBassBoost* NewL( CMidiClientUtility& aUtility,
TBool aEnable = EFalse ); |
Type | Class | Change |
New public method | CDistanceAttenuation |
static CDistanceAttenuation* NewL( CMidiClientUtility&
aUtility ); |
Type | Class | Change |
New public method | CListenerDoppler |
static CListenerDoppler* NewL( CMidiClientUtility& aUtility
); |
Type | Class | Change |
New public method | CSourceDoppler |
static CSourceDoppler* NewL( CMidiClientUtility& aUtility
); |
Type | Class | Change |
New public method | CEnvironmentalReverb |
static CEnvironmentalReverb* NewL( CMidiClientUtility&
aUtility ); |
Type | Class | Change |
New public member variable | TEfEnvironmentalReverb |
TUint32 iEnvironmentalReverbId; |
Type | Class | Change |
New public method | CListenerLocation |
static CListenerLocation* NewL( CMidiClientUtility& aUtility
); |
Type | Class | Change |
New public method | CSourceLocation |
static CSourceLocation* NewL( CMidiClientUtility& aUtility
); |
Type | Class | Change |
New public method | CLoudness |
static CLoudness* NewL( CMidiClientUtility& aUtility ,
TBool aEnable = EFalse ); |
Type | Class | Change |
New public method | CListenerOrientation |
static CListenerOrientation* NewL( CMidiClientUtility&
aUtility ); |
Type | Class | Change |
New public method | CSourceOrientation |
static CSourceOrientation* NewL( CMidiClientUtility& aUtility
); |
Type | Class | Change |
New public method | CStereoWidening |
static CStereoWidening* NewL(CMidiClientUtility& aUtility,TBool
aEnable = EFalse, TInt8 aInitialLevel = 0); |
The following header file(s) have changed between 3.1 and 3.2
audioequalizerbase.h
bassboostbase.h
distanceattenuationbase.h
listenerdopplerbase.h
sourcedopplerbase.h
environmentalreverbbase.h
listenerlocationbase.h
sourcelocationbase.h
loudnessbase.h
listenerorientationbase.h
sourceorientationbase.h
stereowideningbase.h
roomlevelbase.h
Type | Class | Change |
New public method | CAudioEqualizer |
IMPORT_C static CAudioEqualizer* NewL( CDrmPlayerUtility& aUtility ); |
New public method | CAudioEqualizer |
IMPORT_C static CAudioEqualizer* NewL( CVideoPlayerUtility& aUtility ); |
Type | Class | Change |
New public method | CBassBoost |
IMPORT_C static CBassBoost* NewL( CDrmPlayerUtility& aUtility, TBool aEnable = EFalse ); |
New public method | CBassBoost |
IMPORT_C static CBassBoost* NewL( CVideoPlayerUtility& aUtility, TBool aEnable = EFalse ); |
Type | Class | Change |
New public method | CDistanceAttenuation |
IMPORT_C static CDistanceAttenuation* NewL( CDrmPlayerUtility& aUtility ); |
New public method | CDistanceAttenuation |
IMPORT_C static CDistanceAttenuation* NewL( CVideoPlayerUtility& aUtility ); |
Type | Class | Change |
New public method | CSourceDoppler |
IMPORT_C static CListenerDoppler* NewL( CDrmPlayerUtility& aUtility ); |
New public method | CSourceDoppler |
IMPORT_C static CListenerDoppler* NewL( CVideoPlayerUtility& aUtility ); |
Type | Class | Change |
New public method | CSourceDoppler |
IMPORT_C static CSourceDoppler* NewL( CDrmPlayerUtility& aUtility ); |
New public method | CSourceDoppler |
IMPORT_C static CSourceDoppler* NewL( CVideoPlayerUtility& aUtility ); |
Type | Class | Change |
New public method | CEnvironmentalReverb |
IMPORT_C static CEnvironmentalReverb* NewL( CDrmPlayerUtility& aUtility ); |
New public method | CEnvironmentalReverb |
IMPORT_C static CEnvironmentalReverb* NewL( CVideoPlayerUtility& aUtility ); |
Type | Class | Change |
New public method | CListenerLocation |
IMPORT_C static CListenerLocation* NewL( CDrmPlayerUtility& aUtility ); |
New public method | CListenerLocation |
IMPORT_C static CListenerLocation* NewL( CVideoPlayerUtility& aUtility ); |
Type | Class | Change |
New public method | CSourceLocation |
IMPORT_C static CSourceLocation* NewL( CDrmPlayerUtility& aUtility ); |
New public method | CSourceLocation |
IMPORT_C static CSourceLocation* NewL( CVideoPlayerUtility& aUtility ); |
Type | Class | Change |
New public method | CLoudness |
IMPORT_C static CLoudness* NewL( CDrmPlayerUtility& aUtility , TBool aEnable = EFalse); |
New public method | CLoudness |
IMPORT_C static CLoudness* NewL( CVideoPlayerUtility& aUtility , TBool aEnable = EFalse); |
Type | Class | Change |
New public method | CListenerOrientation |
IMPORT_C static CListenerOrientation* NewL( CDrmPlayerUtility& aUtility ); |
New public method | CListenerOrientation |
IMPORT_C static CListenerOrientation* NewL( CVideoPlayerUtility& aUtility ); |
Type | Class | Change |
New public method | CSourceOrientation |
IMPORT_C static CSourceOrientation* NewL( CDrmPlayerUtility& aUtility ); |
New public method | CSourceOrientation |
IMPORT_C static CSourceOrientation* NewL( CVideoPlayerUtility& aUtility ); |
Type | Class | Change |
New public method | CStereoWidening |
IMPORT_C static CStereoWidening* NewL(CDrmPlayerUtility& aUtility, TBool aEnable = EFalse, TInt8 aInitialLevel = 0); |
New public method | CStereoWidening |
IMPORT_C static CStereoWidening* NewL(CVideoPlayerUtility& aUtility, TBool aEnable = EFalse, TInt8 aInitialLevel = 0); |
Type | Class | Change |
New class | CRoomLevel |
|