- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QAudioSystemPlugin
Java wrapper for Qt class QAudioSystemFactoryInterface
-
Method Summary
Modifier and TypeMethodDescriptionavailableDevices
(QAudio.Mode arg__1) SeeQAudioSystemFactoryInterface::
availableDevices(QAudio::Mode)const createDeviceInfo
(QByteArray device, QAudio.Mode mode) SeeQAudioSystemFactoryInterface::
createDeviceInfo(QByteArray, QAudio::Mode) createInput
(QByteArray device) SeeQAudioSystemFactoryInterface::
createInput(QByteArray) createOutput
(QByteArray device) SeeQAudioSystemFactoryInterface::
createOutput(QByteArray) Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
availableDevices
See
QAudioSystemFactoryInterface::
availableDevices(QAudio::Mode)const -
createDeviceInfo
See
QAudioSystemFactoryInterface::
createDeviceInfo(QByteArray, QAudio::Mode) -
createInput
See
QAudioSystemFactoryInterface::
createInput(QByteArray) -
createOutput
See
QAudioSystemFactoryInterface::
createOutput(QByteArray)
-