Phonon
effectinterface.h
virtual QList< EffectParameter > parameters() const =0
Returns the EffectParameter objects to describe the parameters of this effect.
virtual void setParameterValue(const EffectParameter &, const QVariant &newValue)=0
Sets the value for the selected parameter.
virtual QVariant parameterValue(const EffectParameter &) const =0
Returns the value for the selected parameter.
This class describes one parameter of an effect.
Definition effectparameter.h:48
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.