| class MRemConAbsoluteVolumeControllerObserver |
Clients must implement this interface in order to instantiate objects of type CRemConAbsoluteVolumeController . This interface passes incoming responses from RemCon to the client.
| Public Member Functions | |
|---|---|
| void | MrcavcoAbsoluteVolumeNotificationError () |
| void | MrcavcoCurrentVolume ( TUint32 , TUint32 , TInt ) |
| void | MrcavcoSetAbsoluteVolumeResponse ( TUint32 , TUint32 , TInt ) |
| void | MrcavcoAbsoluteVolumeNotificationError | ( | ) | [pure virtual] |
The error occurs for absolute volume notification.
When this is called, the client must call RegisterAbsoluteVolumeNotification() to register again if the client wants to receive the notification.
| void | MrcavcoCurrentVolume | ( | TUint32 | aVolume, |
| TUint32 | aMaxVolume, | |||
| TInt | aError | |||
| ) | [pure virtual] | |||
The current volume has been received.
| void | MrcavcoSetAbsoluteVolumeResponse | ( | TUint32 | aVolume, |
| TUint32 | aMaxVolume, | |||
| TInt | aError | |||
| ) | [pure virtual] | |||
The response for setting absolute volume.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.