|
||
class MRemConAbsVolControllerObserver;
Client-implemented mixin- notifies the client of incoming AbsVol commands.
Defined in MRemConAbsVolControllerObserver
:
MrcavcoGetAbsoluteVolumeResponse(TUint,TUint,TInt)
A response to a 'get absolute volume' command has been received. MrcavcoSetAbsoluteVolumeResponse(TInt)
A response to a 'set absolute volume' command has been received. virtual void MrcavcoGetAbsoluteVolumeResponse(TUint aAbsVol, TUint aMaxVol, TInt aError);
A response to a 'get absolute volume' command has been received.
|
virtual void MrcavcoSetAbsoluteVolumeResponse(TInt aError);
A response to a 'set absolute volume' command has been received.
|