MetaData
Since: BlackBerry 10.0.0
#include <bb/multimedia/MetaData>
To link against this class, add the following line to your .pro file: LIBS += -lbbmultimedia
Provides string keys for a QVariantMap of metadata.
The MetaData class provides keys for a QVariantMap to store and retrieve metadata that is used to describe multimedia content. You can also add your own metadata keys and thereby store custom metadata fields in the same QVariantMap.
NOTE: The documentation for each key includes the QML property name of the metadata property. All values are stored as strings.
Overview
Public Static Attributes Index
const char * | Album |
const char * | Aperture |
const char * | Artist |
const char * | ArtworkUri |
const char * | BitRate |
const char * | Composer |
const char * | Description |
const char * | Disc |
const char * | Duration |
const char * | FocalLength |
const char * | Genre |
const char * | Height |
const char * | ISO |
const char * | Latitude |
const char * | Longitude |
const char * | Orientation |
const char * | PixelHeight |
const char * | PixelWidth |
const char * | SampleRate |
const char * | Seekable |
const char * | Shutter |
const char * | Title |
const char * | Track |
const char * | Uri |
const char * | Width |
const char * | Year |
Public Static Attributes
const char *
The album key.
BlackBerry 10.0.0
const char *
The aperture key.
BlackBerry 10.0.0
const char *
The artist key.
BlackBerry 10.0.0
const char *
The artwork_uri key.
BlackBerry 10.0.0
const char *
The bit_rate key.
BlackBerry 10.0.0
const char *
The composer key.
BlackBerry 10.0.0
const char *
The description key.
BlackBerry 10.0.0
const char *
The disc key.
BlackBerry 10.0.0
const char *
The duration key.
BlackBerry 10.0.0
const char *
The focal_length key.
BlackBerry 10.0.0
const char *
The genre key.
BlackBerry 10.0.0
const char *
The height key.
BlackBerry 10.0.0
const char *
The iso key.
BlackBerry 10.0.0
const char *
The latitude key.
BlackBerry 10.0.0
const char *
The longitude key.
BlackBerry 10.0.0
const char *
The orientation key.
BlackBerry 10.0.0
const char *
The pixel height key.
BlackBerry 10.2.0
const char *
The pixel width key.
BlackBerry 10.2.0
const char *
The sample_rate key.
BlackBerry 10.0.0
const char *
The seekable key.
BlackBerry 10.0.0
const char *
The shutter key.
BlackBerry 10.0.0
const char *
The title key.
BlackBerry 10.0.0
const char *
The track key.
BlackBerry 10.0.0
const char *
The uri key.
BlackBerry 10.0.0
const char *
The width key.
BlackBerry 10.0.0
const char *
The year key.
BlackBerry 10.0.0