qtmobility/src/multimedia/qradiotunercontrol.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
child 15 1f895d8a5b2b
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    46 QT_BEGIN_NAMESPACE
    46 QT_BEGIN_NAMESPACE
    47 
    47 
    48 
    48 
    49 /*!
    49 /*!
    50     \class QRadioTunerControl
    50     \class QRadioTunerControl
    51     \ingroup multimedia-serv
    51     \ingroup multimedia
    52 
    52 
    53     \preliminary
    53     \preliminary
    54     \brief The QRadioTunerControl class provides access to the radio tuning
    54     \brief The QRadioTunerControl class provides access to the radio tuning
    55     functionality of a QMediaService.
    55     functionality of a QMediaService.
    56 
    56 
    57     If a QMediaService can tune an anolog radio device it will implement
    57     If a QMediaService can tune an analog radio device it will implement
    58     QRadioTunerControl.  This control provides a means to tune a radio
    58     QRadioTunerControl.  This control provides a means to tune a radio device
    59     device to a specific \l {setFrequency()}{frequency} as well as search
    59     to a specific \l {setFrequency()}{frequency} as well as search \l
    60     \l {searchForward()}{forwards} and \l {searchBackward()}{backwards}
    60     {searchForward()}{forwards} and \l {searchBackward()}{backwards} for a
    61     for a signal.
    61     signal.
    62 
    62 
    63     The functionality provided by this control is exposed to application
    63     The functionality provided by this control is exposed to application code
    64     code through the QRadioTuner class.
    64     through the QRadioTuner class.
    65 
    65 
    66     The interface name of QRadioTunerControl is \c com.nokia.Qt.QRadioTunerControl/1.0 as
    66     The interface name of QRadioTunerControl is \c com.nokia.Qt.QRadioTunerControl/1.0 as
    67     defined in QRadioTunerControl_iid.
    67     defined in QRadioTunerControl_iid.
    68 
    68 
    69     \sa QMediaService::control(), QRadioTuner
    69     \sa QMediaService::requestControl(), QRadioTuner
    70 */
    70 */
    71 
    71 
    72 /*!
    72 /*!
    73     \macro QRadioTunerControl_iid
    73     \macro QRadioTunerControl_iid
    74 
    74 
   101 
   101 
   102     Returns true if the radio service is ready to use.
   102     Returns true if the radio service is ready to use.
   103 */
   103 */
   104 
   104 
   105 /*!
   105 /*!
   106     \fn QtMediaServices::AvailabilityError QRadioTunerControl::availabilityError() const
   106     \fn QtMultimedia::AvailabilityError QRadioTunerControl::availabilityError() const
   107 
   107 
   108     Returns the error state of the radio service.
   108     Returns the error state of the radio service.
   109 */
   109 */
   110 
   110 
   111 /*!
   111 /*!