- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QAudioSystemFactoryInterface.Impl
,QAudioSystemPlugin
public interface QAudioSystemFactoryInterface extends QtObjectInterface
Java wrapper for Qt class QAudioSystemFactoryInterface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QAudioSystemFactoryInterface.Impl
Implementor class for interfaceQAudioSystemFactoryInterface
-
Method Summary
Modifier and Type Method Description List<QByteArray>
availableDevices(QAudio.Mode arg__1)
QAbstractAudioDeviceInfo
createDeviceInfo(QByteArray device, QAudio.Mode mode)
QAbstractAudioInput
createInput(QByteArray device)
QAbstractAudioOutput
createOutput(QByteArray device)