Location:
mda\client\utility.h
Link against: n/a
MMdaObjectStateChangeObserver
Supported from 5.0
An interface class for handling the change of state of an audio data sample object.
The class is a mixin and is intended to be inherited by the client class which is observing the audio recording or the audio conversion operation. The class defines a single function which must be implemented by the inheriting client class.
Defined in MMdaObjectStateChangeObserver
:
MoscoStateChangeEvent()
virtual void MoscoStateChangeEvent(CBase* aObject, TInt aPreviousState, TInt aCurrentState, TInt aErrorCode) = 0;
Defines required client behaviour when the observed audio data sample object changes state.
|