qtmobility/src/multimedia/qtmedianamespace.qdoc
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
child 15 1f895d8a5b2b
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    38 ** $QT_END_LICENSE$
    38 ** $QT_END_LICENSE$
    39 **
    39 **
    40 ****************************************************************************/
    40 ****************************************************************************/
    41 
    41 
    42 /*!
    42 /*!
    43     \namespace QtMediaServices
    43     \namespace QtMultimedia
    44     \ingroup multimedia
    44     \ingroup multimedia
    45 
    45 
    46     \brief The QtMediaServices namespace contains miscellaneous identifiers used throughout the Qt Media
    46     \brief The QtMultimedia namespace contains miscellaneous identifiers used throughout the Qt Media
    47     services library.
    47     services library.
    48 */
    48 */
    49 
    49 
    50 /*!
    50 /*!
    51     \enum QtMediaServices::MetaData
    51     \enum QtMultimedia::MetaData
    52 
    52 
    53     This enum provides identifiers for meta-data attributes.
    53     This enum provides identifiers for meta-data attributes.
    54 
    54 
    55     Common attributes
    55     Common attributes
    56     \value Title The title of the media.  QString.
    56     \value Title The title of the media.  QString.
   167 
   167 
   168     \value ThumbnailImage An embedded thumbnail image.  QImage.
   168     \value ThumbnailImage An embedded thumbnail image.  QImage.
   169 */
   169 */
   170 
   170 
   171 /*!
   171 /*!
   172     \enum QtMediaServices::SupportEstimate
   172     \enum QtMultimedia::SupportEstimate
   173 
   173 
   174     Enumerates the levels of support a media service provider may have for a feature.
   174     Enumerates the levels of support a media service provider may have for a feature.
   175 
   175 
   176     \value NotSupported The feature is not supported.
   176     \value NotSupported The feature is not supported.
   177     \value MaybeSupported The feature may be supported.
   177     \value MaybeSupported The feature may be supported.
   178     \value ProbablySupported The feature is probably supported.
   178     \value ProbablySupported The feature is probably supported.
   179     \value PreferredService The service is the preferred provider of a service.
   179     \value PreferredService The service is the preferred provider of a service.
   180 */
   180 */
   181 
   181 
   182 /*!
   182 /*!
   183     \enum QtMediaServices::EncodingQuality
   183     \enum QtMultimedia::EncodingQuality
   184 
   184 
   185     Enumerates quality encoding levels.
   185     Enumerates quality encoding levels.
   186 
   186 
   187     \value VeryLowQuality
   187     \value VeryLowQuality
   188     \value LowQuality
   188     \value LowQuality
   190     \value HighQuality
   190     \value HighQuality
   191     \value VeryHighQuality
   191     \value VeryHighQuality
   192 */
   192 */
   193 
   193 
   194 /*!
   194 /*!
   195     \enum QtMediaServices::EncodingMode
   195     \enum QtMultimedia::EncodingMode
   196 
   196 
   197     Enumerates encoding modes.
   197     Enumerates encoding modes.
   198 
   198 
   199     \value ConstantQualityEncoding
   199     \value ConstantQualityEncoding
   200     \value ConstantBitRateEncoding
   200     \value ConstantBitRateEncoding
   201     \value AverageBitRateEncoding
   201     \value AverageBitRateEncoding
   202     \value TwoPassEncoding
   202     \value TwoPassEncoding
   203 */
   203 */
   204 
   204 
   205 /*!
   205 /*!
   206     \enum QtMediaServices::AvailabilityError
   206     \enum QtMultimedia::AvailabilityError
   207 
   207 
   208     Enumerates Service status errors.
   208     Enumerates Service status errors.
   209 
   209 
   210     \value NoError
   210     \value NoError The service is operating correctly.
   211     \value ServiceMissingError
   211     \value ServiceMissingError There is no service available to provide the requested functionality.
   212     \value ResourceError
   212     \value ResourceError The service could not allocate resources required to function correctly.
   213     \value BusyError
   213     \value BusyError The service must wait for access to necessary resources.
   214 */
   214 */