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 interface io.qt.multimedia.QAudioSystemFactoryInterface
QAudioSystemFactoryInterface.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 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)
-
Constructor Details
-
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
-