QMediaMetaData Namespace▲
-
Header: QMediaMetaData
-
qmake: QT += multimedia
-
Group: QMediaMetaData is part of multimedia-namespaces, multimedia
Detailed Description▲
Not all identifiers are supported on all platforms. Please consult vendor documentation for specific support on different platforms.
|
Common attributes |
||
|---|---|---|
|
Value |
Description |
Type |
|
Title |
The title of the media. |
|
|
SubTitle |
The sub-title of the media. |
|
|
Author |
The authors of the media. |
|
|
Comment |
A user comment about the media. |
|
|
Description |
A description of the media. |
|
|
Category |
The category of the media. |
|
|
Genre |
The genre of the media. |
|
|
Year |
The year of release of the media. |
int |
|
Date |
The date of the media. |
|
|
UserRating |
A user rating of the media. |
int [0..100] |
|
Keywords |
A list of keywords describing the media. |
|
|
Language |
The language of media, as an ISO 639-2 code. |
|
|
Publisher |
The publisher of the media. |
|
|
Copyright |
The media's copyright notice. |
|
|
ParentalRating |
The parental rating of the media. |
|
|
RatingOrganization |
The organization responsible for the parental rating of the media. |
|
Media attributes |
||
|---|---|---|
|
Size |
The size in bytes of the media. |
qint64 |
|
MediaType |
The type of the media (audio, video, etc). |
|
|
Duration |
The duration in millseconds of the media. |
qint64 |
|
Audio attributes |
||
|---|---|---|
|
AudioBitRate |
The bit rate of the media's audio stream in bits per second. |
int |
|
AudioCodec |
The codec of the media's audio stream. |
|
|
AverageLevel |
The average volume level of the media. |
int |
|
ChannelCount |
The number of channels in the media's audio stream. |
int |
|
PeakValue |
The peak volume of the media's audio stream. |
int |
|
SampleRate |
The sample rate of the media's audio stream in hertz. |
int |
|
Music attributes |
||
|---|---|---|
|
AlbumTitle |
The title of the album the media belongs to. |
|
|
AlbumArtist |
The principal artist of the album the media belongs to. |
|
|
ContributingArtist |
The artists contributing to the media. |
|
|
Composer |
The composer of the media. |
|
|
Conductor |
The conductor of the media. |
|
|
Lyrics |
The lyrics to the media. |
|
|
Mood |
The mood of the media. |
|
|
TrackNumber |
The track number of the media. |
int |
|
TrackCount |
The number of tracks on the album containing the media. |
int |
|
CoverArtUrlSmall |
The URL of a small cover art image. |
|
|
CoverArtUrlLarge |
The URL of a large cover art image. |
|
|
CoverArtImage |
An embedded cover art image. |
|
Image and video attributes |
||
|---|---|---|
|
Resolution |
The dimensions of an image or video. |
|
|
PixelAspectRatio |
The pixel aspect ratio of an image or video. |
|
Video attributes |
||
|---|---|---|
|
VideoFrameRate |
The frame rate of the media's video stream. |
qreal |
|
VideoBitRate |
The bit rate of the media's video stream in bits per second. |
int |
|
VideoCodec |
The codec of the media's video stream. |
|
|
PosterUrl |
The URL of a poster image. |
|
|
PosterImage |
An embedded poster image. |
|
Movie attributes |
||
|---|---|---|
|
ChapterNumber |
The chapter number of the media. |
int |
|
Director |
The director of the media. |
|
|
LeadPerformer |
The lead performer in the media. |
|
|
Writer |
The writer of the media. |
|
Photo attributes. |
||
|---|---|---|
|
CameraManufacturer |
The manufacturer of the camera used to capture the media. |
|
|
CameraModel |
The model of the camera used to capture the media. |
|
|
Event |
The event during which the media was captured. |
|
|
Subject |
The subject of the media. |
|
|
Orientation |
Orientation of image. |
int (degrees) |
|
ExposureTime |
Exposure time, given in seconds. |
qreal |
|
FNumber |
The F Number. |
int |
|
ExposureProgram |
The class of the program used by the camera to set exposure when the picture is taken. |
|
|
ISOSpeedRatings |
Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232. |
qreal |
|
ExposureBiasValue |
The exposure bias. The unit is the APEX (Additive System of Photographic Exposure) setting. |
qreal |
|
DateTimeOriginal |
The date and time when the original image data was generated. |
|
|
DateTimeDigitized |
The date and time when the image was stored as digital data. |
|
|
SubjectDistance |
The distance to the subject, given in meters. |
qreal |
|
MeteringMode |
The metering mode. |
|
|
LightSource |
The kind of light source. |
|
|
Flash |
Status of flash when the image was shot. |
|
|
FocalLength |
The actual focal length of the lens, in mm. |
qreal |
|
ExposureMode |
Indicates the exposure mode set when the image was shot. |
|
|
WhiteBalance |
Indicates the white balance mode set when the image was shot. |
|
|
DigitalZoomRatio |
Indicates the digital zoom ratio when the image was shot. |
qreal |
|
FocalLengthIn35mmFilm |
Indicates the equivalent focal length assuming a 35mm film camera, in mm. |
qreal |
|
SceneCaptureType |
Indicates the type of scene that was shot. It can also be used to record the mode in which the image was shot. |
|
|
GainControl |
Indicates the degree of overall image gain adjustment. |
qreal |
|
Contrast |
Indicates the direction of contrast processing applied by the camera when the image was shot. |
qreal |
|
Saturation |
Indicates the direction of saturation processing applied by the camera when the image was shot. |
qreal |
|
Sharpness |
Indicates the direction of sharpness processing applied by the camera when the image was shot. |
qreal |
|
DeviceSettingDescription |
Exif tag, indicates information on the picture-taking conditions of a particular camera model. |
|
|
GPSLatitude |
Latitude value of the geographical position (decimal degrees). A positive latitude indicates the Northern Hemisphere, and a negative latitude indicates the Southern Hemisphere. |
double |
|
GPSLongitude |
Longitude value of the geographical position (decimal degrees). A positive longitude indicates the Eastern Hemisphere, and a negative longitude indicates the Western Hemisphere. |
double |
|
GPSAltitude |
The value of altitude in meters above sea level. |
double |
|
GPSTimeStamp |
Time stamp of GPS data. |
|
|
GPSSatellites |
GPS satellites used for measurements. |
|
|
GPSStatus |
Status of GPS receiver at image creation time. |
|
|
GPSDOP |
Degree of precision for GPS data. |
qreal |
|
GPSSpeed |
Speed of GPS receiver movement in kilometers per hour. |
qreal |
|
GPSTrack |
Direction of GPS receiver movement. The range of values is [0.0, 360), with 0 direction pointing on either true or magnetic north, depending on GPSTrackRef. |
qreal |
|
GPSTrackRef |
Reference for movement direction. |
QChar. 'T' means true direction and 'M' is magnetic direction. |
|
GPSImgDirection |
Direction of image when captured. |
qreal The range of values is [0.0, 360). |
|
GPSImgDirectionRef |
Reference for image direction. |
QChar. 'T' means true direction and 'M' is magnetic direction. |
|
GPSMapDatum |
Geodetic survey data used by the GPS receiver. |
|
|
GPSProcessingMethod |
The name of the method used for location finding. |
|
|
GPSAreaInformation |
The name of the GPS area. |
|
|
ThumbnailImage |
An embedded thumbnail image. |


