This topic has not yet been rated - Rate this topic

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.

Platform Requirements

Windows 8, Windows Phone 8 (XAudio 2.8); DirectX SDK (XAudio 2.7)

Requirements

Header

Xapofx.h

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.