MA3FDevSoundAdaptationInfoObserver Class Reference

class MA3FDevSoundAdaptationInfoObserver

An interface to a set of A3FDevSoundAdaptationInfo callback functions.

This serves as the method of communication between the A3FDevSoundAdaptationInfo and the client

Member Functions Documentation

RequestMaxGainComplete(TUid, TInt, TInt)

void RequestMaxGainComplete ( TUid aCodecType,
TInt aError,
TInt aResult
) [pure virtual]

Notifies the observer of the max gain supported

Parameters

TUid aCodecType the UID passed to the original RequestMaxGain() call
TInt aError an standard symbian error code. KErrNone if succesful
TInt aResult the supported MaxGain/MaxVolume value, if aError==KErrNone

RequestSupportedFormatsComplete(TUid, TInt)

void RequestSupportedFormatsComplete ( TUid aCodecType,
TInt aError
) [pure virtual]

Notifies the observer that the max ramp time supported by the gain control has changed.

Parameters

TUid aCodecType the UID passed to the original RequestSupportedForamts() call
TInt aError an standard symbian error code. KErrNone if succesful