W3cubDocs

/Qt 5.15

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.

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qmediaservicefeaturesinterface.html