mediaMetaData QML Value Type | Qt Multimedia 6.7.3 (original) (raw)
Provides meta-data for media files. More...
Import Statement: | import QtMultimedia |
---|
Methods
- void clear()
- void insert(Key k, variant value)
- bool isEmpty()
- list keys()
- string metaDataKeyToString(Key key)
- void remove(Key k)
- string stringValue(Key key)
- variant value(Key key)
Detailed Description
Meta-data is supplementary data describing media. See QMediaMetaData for available meta data attributes.
Method Documentation
Removes all data from the MediaMetaData object.
Inserts a value into a Key: k.
Returns true
if the meta data contains no items: otherwise returns false
.
Returns a list of MediaMetaData.Keys.
string metaDataKeyToString(Key key)
returns a string representation of key that can be used when presenting meta data to users.
Removes meta data from a Key: k.
Returns the meta data for key key as a QString.
This is mainly meant to simplify presenting the meta data to a user.
Returns the meta data value for Key key, or a null QVariant if no meta-data for the key is available.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.