Qt 6.2
Qt Multimedia
C++ Classes
QSoundEffect
Qt 6.2.2 Reference Documentation
List of All Members for QSoundEffect
This is the complete list of members for
QSoundEffect
, including inherited members.
enum
Loop
QSoundEffect
(const QAudioDevice &, QObject *)
QSoundEffect
(QObject *)
enum
Status
audioDeviceChanged
()
loadedChanged
()
loopCountChanged
()
loopsRemainingChanged
()
mutedChanged
()
play
()
playingChanged
()
sourceChanged
()
statusChanged
()
stop
()
volumeChanged
()
~QSoundEffect
()
audioDevice
() : QAudioDevice
isLoaded
() const : bool
isMuted
() const : bool
isPlaying
() const : bool
loopCount
() const : int
loopsRemaining
() const : int
setAudioDevice
(const QAudioDevice &)
setLoopCount
(int)
setMuted
(bool)
setSource
(const QUrl &)
setVolume
(float)
source
() const : QUrl
status
() const : QSoundEffect::Status
supportedMimeTypes
() : QStringList
volume
() const : float