MBTAudioErrorObserver Class Reference

class MBTAudioErrorObserver

Observer interface for receiving the audio adaptation errors.

This class defines an observer interface to be implemented by the class that is going to receive the errors that have occurred in BT Audio Adaptation or in the audio subsystem.

To be implemented by a class who uses this adaptation class. btaudioadaptation.lib
Since
S60 v3.1
Public Member Functions
TInt Error (const TInt )

Member Functions Documentation

Error(const TInt)

TInt Error ( const TInt aError ) [pure virtual]

Method for receiving the errors.

Since
S60 v3.1

Parameters

const TInt aError a Symbian OS wide error code.