MRemConAbsVolTargetObserver Class Reference
#include
<remconabsvoltargetobserver.h>
class MRemConAbsVolTargetObserver |
Detailed Description
Client-implemented mixin- notifies the client of incoming AbsVol commands.
Member Function Documentation
MrcavtoGetAbsoluteVolume ( )
void | MrcavtoGetAbsoluteVolume | ( | ) | [virtual] |
A 'get absolute volume' command has been received.
MrcavtoSetAbsoluteVolume ( TUint, TUint )
void | MrcavtoSetAbsoluteVolume | ( | TUint | aAbsVol, |
| TUint | aMaxVol |
| ) | [virtual] |
A 'set absolute volume' command has been received.
Parameter | Description | aAbsVol | The volume on a scale of 0 to aMaxVol. |
aMaxVol | The volume aAbsVol is relative to. |