FXECHO_INITDATA Structure

Initialization parameters for use with the FXECHO XAPOFX.

Syntax

typedef struct FXECHO_INITDATA {
    float MaxDelay;
} FXECHO_INITDATA;  

Members

MaxDelay
Maximum delay (all channels) in milliseconds. This must be within FXECHO_MIN_DELAY and FXECHO_MAX_DELAY.

Remarks

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.

Requirements

Header: Declared in xapofx.h.

Library: Use xapobase.lib.