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 TAlternativeFrequency

class TAlternativeFrequency;

Description

An alternative frequency is a frequency that broadcasts the same station as the currently tuned station, or a regional variant of it.

The referred frequency will have the identical PI code to the currently tuned station if it is not a regional variant. If it is a regional variant, the PI code will differ in bits 8 to 11 only; the other bits will be identical.

Members

Defined in TAlternativeFrequency:


Construction and destruction


TAlternativeFrequency(TFrequency,CMMTunerUtility::TTunerBand,TBool)

inline TAlternativeFrequency(TFrequency aFrequency, CMMTunerUtility::TTunerBand aBand=CMMTunerUtility::ETunerBandFm, TBool aRegionalVariant=EFalse);

Description

Parameters

TFrequency aFrequency

The alternative frequency

CMMTunerUtility::TTunerBand aBand

The alternative frequency's band

TBool aRegionalVariant

Whether or not this frequency is a regional variant

[Top]


Member data


iFrequency

TFrequency iFrequency;

Description

The alternative frequency.


iBand

CMMTunerUtility::TTunerBand iBand;

Description

The band in which the frequency falls. It will be one of the following:


iRegionalVariant

TBool iRegionalVariant;

Description

EFalse if the referred frequency carries the same station, or ETrue it it carries a regional variant of it.