MAudioEffectObserver Class Reference
#include
<MAudioEffectObserver.h>
class MAudioEffectObserver |
Detailed Description
Interface class to be implemented by objects that are interested in receiving events from audio effect.
Member Attribute Documentation
KDisabled
const TUint | KDisabled | [static] |
KEnabled
const TUint | KEnabled | [static] |
KEnforced
const TUint | KEnforced | [static] |
KGainedUpdateRights
const TUint | KGainedUpdateRights | [static] |
KLostUpdateRights
const TUint | KLostUpdateRights | [static] |
KNotEnforced
const TUint | KNotEnforced | [static] |
KSpecificEffectBase
const TUint | KSpecificEffectBase | [static] |
Member Function Documentation
EffectChanged ( const CAudioEffect *, TUint8 )
Invoked by the audio effect object when the status of the audio effect has changed.
- Since
- 3.0
Parameter | Description | aObservedEffect | The effect that changed |
aEvent | The specific event Id of the effect that changed. |