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.