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