MAudioEffectObserver Class Reference

class MAudioEffectObserver

Interface class to be implemented by objects that are interested in receiving events from audio effect.

Since
3.0

Member Functions Documentation

EffectChanged(const CAudioEffect *, TUint8)

void EffectChanged ( const CAudioEffect * aObservedEffect,
TUint8 aEvent
) [pure virtual]
Invoked by the audio effect object when the status of the audio effect has changed.
Since
3.0

Parameters

const CAudioEffect * aObservedEffect The effect that changed
TUint8 aEvent The specific event Id of the effect that changed.

Member Data Documentation

const TUint KDisabled

const TUint KDisabled [static]

const TUint KEnabled

const TUint KEnabled [static]

const TUint KEnforced

const TUint KEnforced [static]

const TUint KGainedUpdateRights

const TUint KGainedUpdateRights [static]

const TUint KLostUpdateRights

const TUint KLostUpdateRights [static]

const TUint KNotEnforced

const TUint KNotEnforced [static]

const TUint KSpecificEffectBase

const TUint KSpecificEffectBase [static]