Location:
Tuner.h
class MMMRdsAlternativeFrequenciesObserver;
This mixin class allows a client to recieve notifications when the alternative frequencies list is received or changes. A client interested in such notification should call the function NotifyAlternativeFrequencies.
Defined in MMMRdsAlternativeFrequenciesObserver
:
MrafoAlternativeFrequenciesChanged()
, MrafoError()
virtual void MrafoAlternativeFrequenciesChanged(TArray< TAlternativeFrequency > aFrequencies)=0;
Called when the alternative frequencies list broadcast with the current station is received or changes.
|
virtual void MrafoError(TInt aError)=0;
Called when an error occurs which results in alternative frequencies no longer being available.
|