Uses of Enum
io.qt.multimedia.QAudio.Error
-
Uses of QAudio.Error in io.qt.multimedia
Modifier and TypeFieldDescriptionfinal QObject.Signal1<QAudio.Error>
QAbstractAudioInput.errorChanged
final QObject.Signal1<QAudio.Error>
QAbstractAudioOutput.errorChanged
Modifier and TypeMethodDescriptionabstract QAudio.Error
QAbstractAudioInput.error()
abstract QAudio.Error
QAbstractAudioOutput.error()
final QAudio.Error
QAudioInput.error()
final QAudio.Error
QAudioOutput.error()
static QAudio.Error
QAudio.Error.resolve
(int value) Returns the corresponding enum entry for the given value.static QAudio.Error
Returns the enum constant of this type with the specified name.static QAudio.Error[]
QAudio.Error.values()
Returns an array containing the constants of this enum type, in the order they are declared.