MAudioEffectObserver Class Reference

#include <MAudioEffectObserver.h>

class MAudioEffectObserver
Public Attributes
const TUintKDisabled
const TUintKEnabled
const TUintKEnforced
const TUintKGainedUpdateRights
const TUintKLostUpdateRights
const TUintKNotEnforced
const TUintKSpecificEffectBase
Public Member Functions
pure virtual voidEffectChanged(const CAudioEffect *, TUint8)

Detailed Description

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

Since
3.0

Member Attribute Documentation

KDisabled

const TUintKDisabled[static]

KEnabled

const TUintKEnabled[static]

KEnforced

const TUintKEnforced[static]

KGainedUpdateRights

const TUintKGainedUpdateRights[static]

KLostUpdateRights

const TUintKLostUpdateRights[static]

KNotEnforced

const TUintKNotEnforced[static]

KSpecificEffectBase

const TUintKSpecificEffectBase[static]

Member Function 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
ParameterDescription
aObservedEffectThe effect that changed
aEventThe specific event Id of the effect that changed.