java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QMediaServiceFeaturesInterface.Impl
- All Implemented Interfaces:
QMediaServiceFeaturesInterface
,QtObjectInterface
- Enclosing interface:
QMediaServiceFeaturesInterface
public abstract static class QMediaServiceFeaturesInterface.Impl
extends QtObject
implements QMediaServiceFeaturesInterface
Implementor class for interface QMediaServiceFeaturesInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.multimedia.QMediaServiceFeaturesInterface
QMediaServiceFeaturesInterface.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract QMediaServiceProviderHint.Features
supportedFeatures
(QByteArray service) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl() -
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
supportedFeatures
@QtUninvokable public abstract QMediaServiceProviderHint.Features supportedFeatures(QByteArray service) - Specified by:
supportedFeatures
in interfaceQMediaServiceFeaturesInterface
-