Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <Tuner.h>
This item is not part of the S60 5th Edition SDK

Class MMMTunerStereoObserver

class MMMTunerStereoObserver;

Description

The stereo observer mixin class defines the interface by which clients can be notified when a stereo signal is received/lost. An interested client should call the function CMMTunerUtility::NotifyStereoChange(MMMTunerStereoObserver &).

Members

Defined in MMMTunerStereoObserver:


Member functions


MTsoStereoReceptionChanged(TBool)

virtual void MTsoStereoReceptionChanged(TBool aStereo)=0;

Description

Called when stereo reception is lost/restored.

Parameters

TBool aStereo

If true, indicates that stereo reception has just been restored. If false, indicates that stereo reception has just been lost.


MTsoForcedMonoChanged(TBool)

virtual void MTsoForcedMonoChanged(TBool aForcedMono)=0;

Description

Called when a client enables/disabled forced mono reception.

Parameters

TBool aForcedMono

ETrue if reception is forced to be mono, even when a stereo signal is available.