|
|
|
|
Location:
Tuner.h
class MMMTunerAudioRecorderObserver;
This class is the abstract base class the defines application callbacks from a instance of the CMMTunerAudioRecorderUtility class
Defined in MMMTunerAudioRecorderObserver:
EAudioEvent, ETunerEvent, MTaroInitializeComplete(), MTaroRecordEvent(), TEventType
virtual void MTaroInitializeComplete(TInt aError)=0;
Initialize complete event. This event is asynchronous and is received after a call to CMMTunerAudioRecorderUtility::InitializeL.
|
virtual void MTaroRecordEvent(TEventType aEvent, TInt aError, TAny *aAdditionalInfo)=0;
Passes an asychronous event to the tuner client.
|
TEventType
The TEvent enumeration is used to indicate which type of event is being sent to the client. Each event will be associated
with an error code and potentially some addition information, and will be passed to the client via method MTaroRecordEvent().
|