Effects API: Changes

The following header file(s) have changed between 3.0 and 3.1

Table 11: audioequalizerbase.h
Type Class Change
New public method CAudioEqualizer static CAudioEqualizer* NewL( CMidiClientUtility& aUtility );

Table 12: bassboostbase.h
Type Class Change
New public method CBassBoost static CBassBoost* NewL( CMidiClientUtility& aUtility, TBool aEnable = EFalse );

Table 13: distanceattenuationbase.h
Type Class Change
New public method CDistanceAttenuation static CDistanceAttenuation* NewL( CMidiClientUtility& aUtility );

Table 14: listenerdopplerbase.h
Type Class Change
New public method CListenerDoppler static CListenerDoppler* NewL( CMidiClientUtility& aUtility );

Table 15: sourcedopplerbase.h
Type Class Change
New public method CSourceDoppler static CSourceDoppler* NewL( CMidiClientUtility& aUtility );

Table 16: environmentalreverbbase.h
Type Class Change
New public method CEnvironmentalReverb static CEnvironmentalReverb* NewL( CMidiClientUtility& aUtility );

Table 17: environmentalreverbdata.h
Type Class Change
New public member variable TEfEnvironmentalReverb TUint32 iEnvironmentalReverbId;

Table 18: listenerlocationbase.h
Type Class Change
New public method CListenerLocation static CListenerLocation* NewL( CMidiClientUtility& aUtility );

Table 19: sourcelocationbase.h
Type Class Change
New public method CSourceLocation static CSourceLocation* NewL( CMidiClientUtility& aUtility );

Table 20: loudnessbase.h
Type Class Change
New public method CLoudness static CLoudness* NewL( CMidiClientUtility& aUtility , TBool aEnable = EFalse );

Table 21: listenerorientationbase.h
Type Class Change
New public method CListenerOrientation static CListenerOrientation* NewL( CMidiClientUtility& aUtility );

Table 22: sourceorientationbase.h
Type Class Change
New public method CSourceOrientation static CSourceOrientation* NewL( CMidiClientUtility& aUtility );

Table 23: stereowideningbase.h
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

Table 24: audioequalizerbase.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 );

Table 25: bassboostbase.h
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 );

Table 26: distanceattenuationbase.h
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 );

Table 27: listenerdopplerbase.h
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 );

Table 28: sourcedopplerbase.h
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 );

Table 29: environmentalreverbbase.h
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 );

Table 30: listenerlocationbase.h
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 );

Table 31: sourcelocationbase.h
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 );

Table 32: loudnessbase.h
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);

Table 33: listenerorientationbase.h
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 );

Table 34: sourceorientationbase.h
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 );

Table 35: stereowideningbase.h
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);

Table 36: roomlevelbase.h
Type Class Change
New class CRoomLevel


Copyright © Nokia Corporation 2001-2008
Back to top