qtmobility/src/multimedia/qmediacontainercontrol.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    47 /*!
    47 /*!
    48     \class QMediaContainerControl
    48     \class QMediaContainerControl
    49     \preliminary
    49     \preliminary
    50     \brief The QMediaContainerControl class provides access to the output container format of a QMediaService
    50     \brief The QMediaContainerControl class provides access to the output container format of a QMediaService
    51 
    51 
    52     \ingroup multimedia-serv
    52     \ingroup multimedia
    53 
    53 
    54     If a QMediaService supports writing encoded data it will implement
    54     If a QMediaService supports writing encoded data it will implement
    55     QMediaContainerControl.  This control provides information about the
    55     QMediaContainerControl.  This control provides information about the output
    56     output containers supported by a media service and allows one to be
    56     containers supported by a media service and allows one to be selected as
    57     selected as the current output containers.
    57     the current output containers.
    58 
    58 
    59     The functionality provided by this control is exposed to application
    59     The functionality provided by this control is exposed to application code
    60     code through the QMediaRecorder class.
    60     through the QMediaRecorder class.
    61 
    61 
    62     The interface name of QMediaContainerControl is \c com.nokia.Qt.QMediaContainerControl/1.0 as
    62     The interface name of QMediaContainerControl is \c com.nokia.Qt.QMediaContainerControl/1.0 as
    63     defined in QMediaContainerControl_iid.
    63     defined in QMediaContainerControl_iid.
    64 
    64 
    65     \sa QMediaService::control(), QMediaRecorder
    65     \sa QMediaService::requestControl(), QMediaRecorder
    66 */
    66 */
    67 
    67 
    68 /*!
    68 /*!
    69     \macro QMediaContainerControl_iid
    69     \macro QMediaContainerControl_iid
    70 
    70