#include <Phonon/EffectInterface>
Interface for Effect objects.
Definition at line 42 of file effectinterface.h.
Public Member Functions | |
virtual | ~EffectInterface () |
virtual QList< EffectParameter > | parameters () const =0 |
Returns the EffectParameter objects to describe the parameters of this effect. More... | |
virtual QVariant | parameterValue (const EffectParameter &) const =0 |
Returns the value for the selected parameter. More... | |
virtual void | setParameterValue (const EffectParameter &, const QVariant &newValue)=0 |
Sets the value for the selected parameter. More... | |
|
inlinevirtual |
Definition at line 45 of file effectinterface.h.
|
pure virtual |
Returns the EffectParameter objects to describe the parameters of this effect.
|
pure virtual |
Returns the value for the selected parameter.
|
pure virtual |
Sets the value for the selected parameter.