|
||
class MMMTunerAudioPlayerObserver;
MMMTunerAudioPlayerObserver
Defined in MMMTunerAudioPlayerObserver
:
EAudioEvent
An event relating to audio playback.ETunerEvent
An event relating to the tuner itself. Any error other than KErrNone associated ...MTapoInitializeComplete(TInt)
Initialize complete event. This event is asynchronous and is received after a ca...MTapoPlayEvent(TEventType,TInt,TAny *)
Passes an asychronous event to the tuner client.TEventType
The TEvent enumeration is used to indicate which type of event is being sent to ...virtual void MTapoInitializeComplete(TInt aError)=0;
Initialize complete event. This event is asynchronous and is received after a call to CMMTunerAudioPlayerUtility::InitializeL(TInt,TMdaPriorityPreference)
.
|
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 MMMTunerAudioPlayerObserver::MTapoPlayEvent(TEventType,TInt,TAny *)
.
|