Uses of Enum
io.qt.multimedia.QAudio.Mode
Packages that use QAudio.Mode
-
Uses of QAudio.Mode in io.qt.multimedia
Methods in io.qt.multimedia that return QAudio.ModeModifier and TypeMethodDescriptionstatic QAudio.Mode
QAudio.Mode.resolve
(int value) Returns the corresponding enum entry for the given value.static QAudio.Mode
Returns the enum constant of this type with the specified name.static QAudio.Mode[]
QAudio.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.multimedia with parameters of type QAudio.ModeModifier and TypeMethodDescriptionstatic QList<QAudioDeviceInfo>
QAudioDeviceInfo.availableDevices
(QAudio.Mode mode) QAudioSystemFactoryInterface.availableDevices
(QAudio.Mode arg__1) abstract List<QByteArray>
QAudioSystemFactoryInterface.Impl.availableDevices
(QAudio.Mode arg__1) abstract List<QByteArray>
QAudioSystemPlugin.availableDevices
(QAudio.Mode arg__1) QAudioSystemFactoryInterface.createDeviceInfo
(QByteArray device, QAudio.Mode mode) abstract QAbstractAudioDeviceInfo
QAudioSystemFactoryInterface.Impl.createDeviceInfo
(QByteArray device, QAudio.Mode mode) abstract QAbstractAudioDeviceInfo
QAudioSystemPlugin.createDeviceInfo
(QByteArray device, QAudio.Mode mode)