Uses of Enum
io.qt.multimedia.QAudio.State
-
Uses of QAudio.State in io.qt.multimedia
Modifier and TypeFieldDescriptionfinal QObject.Signal1<QAudio.State>
QAudioSink.stateChanged
final QObject.Signal1<QAudio.State>
QAudioSource.stateChanged
Modifier and TypeMethodDescriptionstatic QAudio.State
QAudio.State.resolve
(int value) Returns the corresponding enum entry for the given value.final QAudio.State
QAudioSink.state()
final QAudio.State
QAudioSource.state()
static QAudio.State
Returns the enum constant of this type with the specified name.static QAudio.State[]
QAudio.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.