KDEGames
audio/kgameaudioscene.h
This class exposes general properties of the audio playback context.
Capability
This enumeration represents capabilities which may not be provided by every KGameAudio backend.
Definition audio/kgameaudioscene.h:36
@ SupportsLowLatencyPlayback
Playback starts as soon as KGameSound::start is called.
Definition audio/kgameaudioscene.h:38
void setListenerPos(QPointF pos)
Sets the position of the listener.
Definition kgameaudioscene-openal.cpp:27
void setVolume(qreal volume)
Sets the master volume for sounds outputted by TagaroAudio.
Definition kgameaudioscene-openal.cpp:40
QFlags< Capability > Capabilities
Stores a combination of Capability values.
Definition audio/kgameaudioscene.h:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:53:12 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:53:12 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.