CUplinkGainObserver Class Reference

class CUplinkGainObserver

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

Member Functions Documentation

UplinkGainEvent(CCallAudioControl &, TUint)

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

Parameters

CCallAudioControl & aCallAudioControl
TUint aEvent

Member Data Documentation

const TUint KUplinkMuteStateChanged

const TUint KUplinkMuteStateChanged [static]

Event signalling uplink call audio is either muted or unmuted.

The client will get this event only when the uplink call audio is muted/unmuted due some other application changing it.