XAUDIO2_EFFECT_CHAIN structure (xaudio2.h)
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.
Windows 10 (XAudio2.9); Windows 8, Windows Phone 8 (XAudio 2.8); DirectX SDK (XAudio 2.7)Requirement | Value |
---|---|
Header | xaudio2.h |
How to: Create an Effect Chain