Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IXAPO::Reset method

Resets variables dependent on frame history.

Syntax


virtual void Reset() = 0;

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

Constant and locked parameters such as the input and output formats remain unchanged. Variables set by IXAPOParameters::SetParameters remain unchanged.

For example, an effect with delay should zero out its delay line during this method, but should not reallocate anything as the XAPO remains locked with a constant input and output configuration.

XAudio2 only calls this method if the XAPO is locked.

This method is called from the realtime thread and should not block.

Platform Requirements

Windows 10 (XAudio2.9); Windows 8, Windows Phone 8 (XAudio 2.8); DirectX SDK (XAudio 2.7)

Requirements

Header

XAPO.h

See also

IXAPO

 

 

Show:
© 2017 Microsoft