Phonon
volumefadereffect.cpp
Audio effect to gradually fade the audio volume.
Definition volumefadereffect.h:49
float volume
This is the current volume of the output as voltage factor.
Definition volumefadereffect.h:62
void fadeIn(int fadeTime)
Tells the Fader to change the volume from the current volume to 100% in fadeTime milliseconds.
Definition volumefadereffect.cpp:60
double volumeDecibel
This is the current volume of the output in decibel.
Definition volumefadereffect.h:73
void fadeTo(float volume, int fadeTime)
Tells the Fader to change the volume from the current value to volume in fadeTime milliseconds.
Definition volumefadereffect.cpp:70
void fadeOut(int fadeTime)
Tells the Fader to change the volume from the current volume to 0% in fadeTime milliseconds.
Definition volumefadereffect.cpp:65
void setVolume(qreal volume)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.