Location:
remconabsvolcontrollerobserver.h
Link against: remconextapi1.lib
class MRemConAbsVolControllerObserver;
Client-implemented mixin- notifies the client of incoming AbsVol commands.
Defined in MRemConAbsVolControllerObserver
:
MrcavcoGetAbsoluteVolumeResponse()
, MrcavcoSetAbsoluteVolumeResponse()
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.
|