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)

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

Parameters

const CAudioEffect * aObservedEffectThe effect that changed
TUint8 aEventThe specific event Id of the effect that changed.

Member Data Documentation

const TUint KDisabled

const TUintKDisabled[static]

const TUint KEnabled

const TUintKEnabled[static]

const TUint KEnforced

const TUintKEnforced[static]

const TUint KGainedUpdateRights

const TUintKGainedUpdateRights[static]

const TUint KLostUpdateRights

const TUintKLostUpdateRights[static]

const TUint KNotEnforced

const TUintKNotEnforced[static]

const TUint KSpecificEffectBase

const TUintKSpecificEffectBase[static]