qtmobility/src/multimedia/qaudioencodercontrol.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    45 QT_BEGIN_NAMESPACE
    45 QT_BEGIN_NAMESPACE
    46 
    46 
    47 
    47 
    48 /*!
    48 /*!
    49     \class QAudioEncoderControl
    49     \class QAudioEncoderControl
    50     \ingroup multimedia-serv
    50     \ingroup multimedia
    51 
    51 
    52     \preliminary
    52     \preliminary
    53 
    53 
    54     \brief The QAudioEncoderControl class provides access to the settings of a media service that
    54     \brief The QAudioEncoderControl class provides access to the settings of a
    55     performs audio encoding.
    55     media service that performs audio encoding.
    56 
    56 
    57     If a QMediaService supports encoding audio data it will implement QAudioEncoderControl.  This
    57     If a QMediaService supports encoding audio data it will implement
    58     control provides information about the limits of restricted audio encoder options and allows
    58     QAudioEncoderControl.  This control provides information about the limits
    59     the selection of a set of audio encoder settings as specificed in a QAudioEncoderSettings
    59     of restricted audio encoder options and allows the selection of a set of
    60     object.
    60     audio encoder settings as specified in a QAudioEncoderSettings object.
    61 
    61 
    62     The functionality provided by this control is exposed to application code through the
    62     The functionality provided by this control is exposed to application code through the
    63     QMediaRecorder class.
    63     QMediaRecorder class.
    64 
    64 
    65     The interface name of QAudioEncoderControl is \c com.nokia.Qt.QAudioEncoderControl/1.0 as
    65     The interface name of QAudioEncoderControl is \c com.nokia.Qt.QAudioEncoderControl/1.0 as
    66     defined in QAudioEncoderControl_iid.
    66     defined in QAudioEncoderControl_iid.
    67 
    67 
    68     \sa QMediaService::control(), QMediaRecorder
    68     \sa QMediaService::requestControl(), QMediaRecorder
    69 */
    69 */
    70 
    70 
    71 /*!
    71 /*!
    72     \macro QAudioEncoderControl_iid
    72     \macro QAudioEncoderControl_iid
    73 
    73