QMediaServiceFeaturesInterface Struct

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

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

This struct is obsolete. 提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。

公共函數

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

詳細描述

A QMediaServiceProviderPlugin may implement this interface.

成員函數文檔編製

[虛擬] 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 .