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
voidDownlinkVolumeEvent(CCallAudioControl &, TUint)
Public Attributes
const TUintKDownlinkVolumeChanged

Member Functions Documentation

DownlinkVolumeEvent(CCallAudioControl &, TUint)

voidDownlinkVolumeEvent(CCallAudioControl &aCallAudioControl,
TUintaEvent
)[inline, pure virtual]

Parameters

CCallAudioControl & aCallAudioControl
TUint aEvent

Member Data Documentation

const TUint KDownlinkVolumeChanged

const TUintKDownlinkVolumeChanged[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.