Uses of Class
io.qt.multimedia.QAudio.Error
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QAudio.Error in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QAudio.Error Modifier and Type Field Description QObject.Signal1<QAudio.Error>
QAbstractAudioInput. errorChanged
QObject.Signal1<QAudio.Error>
QAbstractAudioOutput. errorChanged
Methods in io.qt.multimedia that return QAudio.Error Modifier and Type Method Description abstract QAudio.Error
QAbstractAudioInput. error()
abstract QAudio.Error
QAbstractAudioOutput. error()
QAudio.Error
QAudioInput. error()
QAudio.Error
QAudioOutput. error()
static QAudio.Error
QAudio.Error. resolve(int value)
Returns the corresponding enum entry for the given value.static QAudio.Error
QAudio.Error. valueOf(String name)
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.