Uses of Enum
io.qt.multimedia.QtAudio.State
Packages that use QtAudio.State
-
Uses of QtAudio.State in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QtAudio.StateModifier and TypeFieldDescriptionfinal QObject.Signal1<QtAudio.State>
QAudioSink.stateChanged
final QObject.Signal1<QtAudio.State>
QAudioSource.stateChanged
Methods in io.qt.multimedia that return QtAudio.StateModifier 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.