java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QMediaServiceProviderFactoryInterface.Impl
- All Implemented Interfaces:
QMediaServiceProviderFactoryInterface
,QtObjectInterface
- Enclosing interface:
- QMediaServiceProviderFactoryInterface
public abstract static class QMediaServiceProviderFactoryInterface.Impl extends QtObject implements QMediaServiceProviderFactoryInterface
Implementor class for interface QMediaServiceProviderFactoryInterface
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.multimedia.QMediaServiceProviderFactoryInterface
QMediaServiceProviderFactoryInterface.Impl
-
Field Summary
Fields inherited from interface io.qt.multimedia.QMediaServiceProviderFactoryInterface
Q_MEDIASERVICE_AUDIODECODER, Q_MEDIASERVICE_AUDIOSOURCE, Q_MEDIASERVICE_CAMERA, Q_MEDIASERVICE_MEDIAPLAYER, Q_MEDIASERVICE_RADIO
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract QMediaService
create(String key)
abstract void
release(QMediaService service)
-
Constructor Details
-
Method Details
-
create
- Specified by:
create
in interfaceQMediaServiceProviderFactoryInterface
-
release
- Specified by:
release
in interfaceQMediaServiceProviderFactoryInterface
-