Location:
Tuner.h
class TEonMappedFrequency;
Mapped frequencies can be broadcast as a part of the EON information. They relate the current tuning frequency with the frequency which the referred EON station will be broadcast on.
Defined in TEonMappedFrequency
:
TEonMappedFrequency()
, iMappedFrequency
, iTuningFrequency
inline TEonMappedFrequency(TFrequency aTuningFrequency, TFrequency aMappedFrequency);
|
TFrequency iTuningFrequency;
The current tuning frequency, relating to the station broadcasting the EON informarion.
TFrequency iMappedFrequency;
The mapped frequency. If iTunedFrequency matches the currently tuned frequency, the EON station will be broadcast on this frequency.