Uses of Enum
io.qt.multimedia.QAudio.Error
Packages that use QAudio.Error
-
Uses of QAudio.Error in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QAudio.ErrorModifier and TypeFieldDescriptionfinal QObject.Signal1<QAudio.Error>QAbstractAudioInput.errorChangedfinal QObject.Signal1<QAudio.Error>QAbstractAudioOutput.errorChangedMethods in io.qt.multimedia that return QAudio.ErrorModifier and TypeMethodDescriptionabstract QAudio.ErrorQAbstractAudioInput.error()abstract QAudio.ErrorQAbstractAudioOutput.error()final QAudio.ErrorQAudioInput.error()final QAudio.ErrorQAudioOutput.error()static QAudio.ErrorQAudio.Error.resolve(int value) Returns the corresponding enum entry for the given value.static QAudio.ErrorReturns 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.