Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <remconabsvolcontrollerobserver.h>
Link against: remconextapi1.lib

Class MRemConAbsVolControllerObserver

class MRemConAbsVolControllerObserver;

Description

Client-implemented mixin- notifies the client of incoming AbsVol commands.

Members

Defined in MRemConAbsVolControllerObserver:


Member functions


MrcavcoGetAbsoluteVolumeResponse(TUint,TUint,TInt)

virtual void MrcavcoGetAbsoluteVolumeResponse(TUint aAbsVol, TUint aMaxVol, TInt aError);

Description

A response to a 'get absolute volume' command has been received.

Parameters

TUint aAbsVol

The relative volume.

TUint aMaxVol

The maximum against which aAbsVol is relative.

TInt aError

The response error.


MrcavcoSetAbsoluteVolumeResponse(TInt)

virtual void MrcavcoSetAbsoluteVolumeResponse(TInt aError);

Description

A response to a 'set absolute volume' command has been received.

Parameters

TInt aError

The response error.