java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QAudioSystemFactoryInterface.Impl
- All Implemented Interfaces:
QAudioSystemFactoryInterface
,QtObjectInterface
- Enclosing interface:
QAudioSystemFactoryInterface
public abstract static class QAudioSystemFactoryInterface.Impl
extends QtObject
implements QAudioSystemFactoryInterface
Implementor class for interface QAudioSystemFactoryInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.multimedia.QAudioSystemFactoryInterface
QAudioSystemFactoryInterface.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract List<QByteArray>
availableDevices
(QAudio.Mode arg__1) abstract QAbstractAudioDeviceInfo
createDeviceInfo
(QByteArray device, QAudio.Mode mode) abstract QAbstractAudioInput
createInput
(QByteArray device) abstract QAbstractAudioOutput
createOutput
(QByteArray device) 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
-
availableDevices
- Specified by:
availableDevices
in interfaceQAudioSystemFactoryInterface
-
createDeviceInfo
@QtUninvokable public abstract QAbstractAudioDeviceInfo createDeviceInfo(QByteArray device, QAudio.Mode mode) - Specified by:
createDeviceInfo
in interfaceQAudioSystemFactoryInterface
-
createInput
- Specified by:
createInput
in interfaceQAudioSystemFactoryInterface
-
createOutput
- Specified by:
createOutput
in interfaceQAudioSystemFactoryInterface
-