CDownlinkVolumeObserver Class Reference

class CDownlinkVolumeObserver

Defines functions that client must implement in order to receive request completion and event notifications.

Clients should ignore events in which they are not interested or unknown events.

The callbacks will only occur during an active call.

Since
Series 60 3.1, 3.2
Public Member Functions
void DownlinkVolumeEvent ( CCallAudioControl &, TUint )
Public Attributes
const TUint KDownlinkVolumeChanged

Member Functions Documentation

DownlinkVolumeEvent(CCallAudioControl &, TUint)

void DownlinkVolumeEvent ( CCallAudioControl & aCallAudioControl,
TUint aEvent
) [inline, pure virtual]

Parameters

CCallAudioControl & aCallAudioControl
TUint aEvent

Member Data Documentation

const TUint KDownlinkVolumeChanged

const TUint KDownlinkVolumeChanged [static]

Event signalling call audio volume is changed.

The client will get this event only when the call audio is volume is changed due some other application changing it.