qtmobility/src/multimedia/qradiotunercontrol.cpp
branchGCC_SURGE
changeset 17 6745d806c5ff
parent 15 1f895d8a5b2b
equal deleted inserted replaced
12:ce961d2c008b 17:6745d806c5ff
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the Qt Mobility Components.
     7 ** This file is part of the Qt Mobility Components.
     8 **
     8 **
    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 QtMultimediaKit::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 /*!