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 class io.qt.QtObject
QtObject.QPrivateConstructor
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
-
Method Summary
Modifier and TypeMethodDescriptionabstract QMediaService
abstract void
release
(QMediaService 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
-
create
- Specified by:
create
in interfaceQMediaServiceProviderFactoryInterface
-
release
- Specified by:
release
in interfaceQMediaServiceProviderFactoryInterface
-