Uses of Class
io.qt.multimedia.QAudioDecoder.State
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QAudioDecoder.State in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QAudioDecoder.State Modifier and Type Field Description QObject.Signal1<QAudioDecoder.State>
QAudioDecoder. stateChanged
QObject.Signal1<QAudioDecoder.State>
QAudioDecoderControl. stateChanged
Methods in io.qt.multimedia that return QAudioDecoder.State Modifier and Type Method Description static QAudioDecoder.State
QAudioDecoder.State. resolve(int value)
Returns the corresponding enum entry for the given value.QAudioDecoder.State
QAudioDecoder. state()
abstract QAudioDecoder.State
QAudioDecoderControl. state()
static QAudioDecoder.State
QAudioDecoder.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAudioDecoder.State[]
QAudioDecoder.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.