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 interface io.qt.multimedia.QMediaServiceSupportedDevicesInterface
QMediaServiceSupportedDevicesInterface.Impl
-
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 String
deviceDescription(QByteArray service, QByteArray device)
abstract List<QByteArray>
devices(QByteArray service)
-
Constructor Details
-
Method Details
-
deviceDescription
- Specified by:
deviceDescription
in interfaceQMediaServiceSupportedDevicesInterface
-
devices
- Specified by:
devices
in interfaceQMediaServiceSupportedDevicesInterface
-