Defines an effect chain.
typedef struct XAUDIO2_EFFECT_CHAIN {
UINT32 EffectCount;
XAUDIO2_EFFECT_DESCRIPTOR *pEffectDescriptors;
} XAUDIO2_EFFECT_CHAIN;
EffectCount
Number of effects in the effect chain for the voice.
pEffectDescriptors
Array of XAUDIO2_EFFECT_DESCRIPTOR structures containing pointers to XAPO instances.
Header: Declared in xaudio2.h.
Library: Use xaudio2.lib.