Uses of Enum
io.qt.multimedia.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.stateChangedfinal QObject.Signal1<QtAudio.State> QAudioSource.stateChangedMethods in io.qt.multimedia that return QtAudio.StateModifier and TypeMethodDescriptionstatic QtAudio.StateQtAudio.State.resolve(int value) Returns the corresponding enum entry for the given value.final QtAudio.StateQAudioSink.state()final QtAudio.StateQAudioSource.state()static QtAudio.StateReturns 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.