|
QSDK 1.1 Documentation |
#include <Q/q.h>
Inheritance diagram for Q::AudioEffect:

An AudioEffect object modifies the way a sound is played back. It can affect a SimpleSound, a Sound, a SoundInstance, an Environment or a Microphone. An AudioEffect is a flexible structure that has a type and a set of properties (param/value) defined by that type. The order of priority that the effects take, from highest to lowest are as follows: SoundInstance, Sound, Microphone, Environment. So an AudioEffect set on a SoundInstance will override any other AudioEffect. Note that the AudioEffect in the Environment of the Zone of the Microphone is never considered, only that of the Zone of a SoundInstance. A set of standard types and standard properties are predefined. Platform-specific types and properties are defined in QAudioEffects.
|
|
List of standard effect parameters.
|
|
|
List of standard effects.
|
|
|
|
Create a null AudioEffect reference. |
|
|
Search the currently attached databases for an audio effect with the given name. |
|
|
If the object referenced by
|
|
|
Return the type for this class. |
|
||||||||||||
|
Create a new audio effect named |
|
|
The effect type used. Predefined effect types are available in effectType. Platform-specific types are defined in QAudioEffects. |
|
|
Search the currently attached databases for an audio effect with the given name and return that object, if it exists. |
|
||||||||||||
|
Return the value of the required effect parameter. Each effect type may have different parameters with different values to refine them. Predefined effect parameter types are available in effectParameterType. Platform-specific types are defined in QAudioEffects. The |
|
||||||||||||
|
Return the value of the required effect parameter. Each effect type may have different parameters with different values to refine them. Predefined effect parameter types are available in effectParameterType. Platform-specific types are defined in QAudioEffects. The |
|
|
Set the effect to use. Predefined effect types are available in effectType. Platform-specific types are defined in QAudioEffects. |
|
||||||||||||||||
|
Set an effect parameter and its value. Each effect type may have different parameters with different values to refine them. Predefined effect parameter types are available in effectParameterType. Platform-specific types are defined in QAudioEffects. The
|
|
||||||||||||||||
|
Set an effect parameter. Each effect type may have different parameters with different values to refine them. Predefined effect parameter types are available in effectParameterType. Platform-specific types are defined in QAudioEffects. The
|
|
|
|
Qube Software Limited © 2000-2004
|
|