|
||
class TTunerCapabilities;
The Tuner Capabilities structure defines the capabilities of the tuner on the device, as retrieved using the function GetCapabilities.
Defined in TTunerCapabilities
:
ETunerFunctionAvailableInFlightMode
The tuner can be used when the device is in flight mode ETunerFunctionRds
CMMRdsTunerUtility supported ETunerFunctionRecording
Recording of Tuner Audio is possible ETunerFunctionRequiresAntenna
The tuner requires an external antenna (e.g. a headset) to function ETunerFunctionSimultaneousPlayAndRecord
Tuner can record and play back simultaneously TTunerCapabilities()
Default constructor for TTunerCapabilities, initialised to represent no capabili...TTunerCapabilities(TUint32,TUint32)
TTunerFunctions
Tuner Function bit flags - may be extended in future iAdditionalFunctions
Bitfield (as defined by TTunerFunctions) with the bits of the supported function...iTunerBands
Bitfield (as defined by CMMTunerUtility::TTunerBand) with the bits of the suppor...inline TTunerCapabilities();
Default constructor for TTunerCapabilities, initialised to represent no capabilites or additional functions
inline TTunerCapabilities(TUint32 aTunerBands, TUint32 aAdditionalFunctions);
|
TTunerFunctions
Tuner Function bit flags - may be extended in future
|
TUint32 iTunerBands;
Bitfield (as defined by CMMTunerUtility::TTunerBand
) with the bits of the supported bands set
TUint32 iAdditionalFunctions;
Bitfield (as defined by TTunerFunctions) with the bits of the supported functions set