MMmfGlobalAudioEffectObserver Class Reference

class MMmfGlobalAudioEffectObserver

Notify changes as requested

Public Member Functions
voidGAEEventNotificationL(CMmfGlobalAudioEffect *, TUid, const TDesC8 &)

Member Functions Documentation

GAEEventNotificationL(CMmfGlobalAudioEffect *, TUid, const TDesC8 &)

voidGAEEventNotificationL(CMmfGlobalAudioEffect *aEffect,
TUidaEventUid,
const TDesC8 &aParam
)[pure virtual]

Callback that event is occuring, as requested. This pairs with CMmfGlobalAudioEffect::RequestNotificationL() CMmfGlobalAudioEffect::RequestNotificationL()

Parameters

CMmfGlobalAudioEffect * aEffectThe effect object from where the notification is being signaled
TUid aEventUidThe uid passed to CMmfGlobalAudioEffect::RequestNotificationL()
const TDesC8 & aParamParameter data, exact use will depend on aEventUid