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