QMetaDataReaderControl ClassThe QMetaDataReaderControl class provides read access to the meta-data of a QMediaService's media. More... #include <QMetaDataReaderControl> Inherits: QMediaControl. Public Functions
Signals
Protected Functions
Macros
Additional Inherited Members
Detailed DescriptionThe QMetaDataReaderControl class provides read access to the meta-data of a QMediaService's media. If a QMediaService can provide read or write access to the meta-data of its current media it will implement QMetaDataReaderControl. This control provides functions for both retrieving and setting meta-data values. Meta-data may be addressed by the keys defined in the QtMultimedia::MetaData namespace. The functionality provided by this control is exposed to application code by the meta-data members of QMediaObject, and so meta-data access is potentially available in any of the media object classes. Any media service may implement QMetaDataReaderControl. The interface name of QMetaDataReaderControl is org.qt-project.qt.metadatareadercontrol/5.0 as defined in QMetaDataReaderControl_iid. See also QMediaService::requestControl() and QMediaObject. Member Function Documentation
|