QMediaServiceFeaturesInterface Struct

The QMediaServiceFeaturesInterface class interface identifies features supported by a media service plug-in. More...

Header: #include <QMediaServiceFeaturesInterface>
qmake: QT += multimedia

This struct is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Public Functions

virtual ~QMediaServiceFeaturesInterface()
virtual QMediaServiceProviderHint::Features supportedFeatures(const QByteArray &service) const = 0

Detailed Description

A QMediaServiceProviderPlugin may implement this interface.

Member Function Documentation

[virtual] QMediaServiceFeaturesInterface::~QMediaServiceFeaturesInterface()

Destroys a media service features interface.

[pure virtual] QMediaServiceProviderHint::Features QMediaServiceFeaturesInterface::supportedFeatures(const QByteArray &service) const

Returns a set of features supported by a plug-in service.

© 2023 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.