Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class MRemConAbsVolTargetObserver

class MRemConAbsVolTargetObserver;

Description

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

Members

Defined in MRemConAbsVolTargetObserver:


Member functions


MrcavtoGetAbsoluteVolume()

virtual void MrcavtoGetAbsoluteVolume();

Description

A 'get absolute volume' command has been received.


MrcavtoSetAbsoluteVolume(TUint,TUint)

virtual void MrcavtoSetAbsoluteVolume(TUint aAbsVol, TUint aMaxVol);

Description

A 'set absolute volume' command has been received.

Parameters

TUint aAbsVol

The volume on a scale of 0 to aMaxVol.

TUint aMaxVol

The volume aAbsVol is relative to.