Initialization parameters for use with the FXECHO XAPOFX.
typedef struct FXECHO_INITDATA {
float MaxDelay;
} FXECHO_INITDATA;
MaxDelay
Maximum delay (all channels) in milliseconds. This must be within FXECHO_MIN_DELAY and FXECHO_MAX_DELAY.
Use of this structure is optional. The default MaxDelay is FXECHO_DEFAULT_DELAY.
Note
The DirectX SDK versions of XAUDIO2 don’t support this functionality.
Header: Declared in xapofx.h.
Library: Use xapobase.lib.