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