Module qtjambi.multimedia
Package io.qt.multimedia
Class QMediaServiceSupportedDevicesInterface.Impl
java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QMediaServiceSupportedDevicesInterface.Impl
- All Implemented Interfaces:
QMediaServiceSupportedDevicesInterface
,QtObjectInterface
- Enclosing interface:
QMediaServiceSupportedDevicesInterface
public abstract static class QMediaServiceSupportedDevicesInterface.Impl
extends QtObject
implements QMediaServiceSupportedDevicesInterface
Implementor class for interface QMediaServiceSupportedDevicesInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.multimedia.QMediaServiceSupportedDevicesInterface
QMediaServiceSupportedDevicesInterface.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
deviceDescription
(QByteArray service, QByteArray device) abstract List<QByteArray>
devices
(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
-
deviceDescription
- Specified by:
deviceDescription
in interfaceQMediaServiceSupportedDevicesInterface
-
devices
- Specified by:
devices
in interfaceQMediaServiceSupportedDevicesInterface
-