Location:
Tuner.h
class MMMTunerAudioPlayerObserver;
MMMTunerAudioPlayerObserver
Defined in MMMTunerAudioPlayerObserver
:
EAudioEvent
, ETunerEvent
, MTapoInitializeComplete()
, MTapoPlayEvent()
, TEventType
virtual void MTapoInitializeComplete(TInt aError)=0;
Initialize complete event. This event is asynchronous and is received after a call to CMMTunerAudioPlayerUtility::InitializeL()
.
|
virtual void MTapoPlayEvent(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 MTapoPlayEvent()
.
|