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