summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-04-12 06:28:47 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-04-12 06:28:47 (GMT)
commit6f736694461edc25b6e757f40ab9cad6a9207ad4 (patch)
treebd89c12b8042edfc3d241567d40783412e969de0
parent27f8facfea87d7c4669852e7aa0fe5d9ca828eb3 (diff)
parente6e4dbbf82fca646d95c86b5c4f9132378286198 (diff)
downloadQt-6f736694461edc25b6e757f40ab9cad6a9207ad4.zip
Qt-6f736694461edc25b6e757f40ab9cad6a9207ad4.tar.gz
Qt-6f736694461edc25b6e757f40ab9cad6a9207ad4.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: Add meta-data keys for embedded images.
-rw-r--r--src/multimedia/base/qtmedianamespace.h7
-rw-r--r--src/multimedia/base/qtmedianamespace.qdoc4
2 files changed, 10 insertions, 1 deletions
diff --git a/src/multimedia/base/qtmedianamespace.h b/src/multimedia/base/qtmedianamespace.h
index fe20a05..1e04da8 100644
--- a/src/multimedia/base/qtmedianamespace.h
+++ b/src/multimedia/base/qtmedianamespace.h
@@ -144,7 +144,12 @@ namespace QtMultimedia
Contrast,
Saturation,
Sharpness,
- DeviceSettingDescription
+ DeviceSettingDescription,
+
+ PosterImage,
+ CoverArtImage,
+ ThumbnailImage
+
};
enum SupportEstimate
diff --git a/src/multimedia/base/qtmedianamespace.qdoc b/src/multimedia/base/qtmedianamespace.qdoc
index 58e9c92..277b1a5 100644
--- a/src/multimedia/base/qtmedianamespace.qdoc
+++ b/src/multimedia/base/qtmedianamespace.qdoc
@@ -98,6 +98,7 @@
\value CoverArtUrlSmall The URL of a small cover art image. QUrl.
\value CoverArtUrlLarge The URL of a large cover art image. QUrl.
+ \value CoverArtImage An embedded cover art image. QImage.
Image and video attributes
\value Resolution The dimensions of an image or video. QSize.
@@ -109,6 +110,7 @@
\value VideoCodec The codec of the media's video stream. QString.
\value PosterUrl The URL of a poster image. QUrl.
+ \value PosterImage An embedded poster image. QImage.
Movie attributes
\value ChapterNumber The chapter number of the media. int.
@@ -162,6 +164,8 @@
Indicates the direction of sharpness processing applied by the camera when the image was shot.
\value DeviceSettingDescription
Exif tag, indicates information on the picture-taking conditions of a particular camera model. QString
+
+ \value ThumbnailImage An embedded thumbnail image. QImage.
*/
/*!