CXAPOParametersBase::ParametersChanged method (xapobase.h)

Indicates if IXAPOParameters::SetParameters has been called since the last processing pass.

Syntax

BOOL ParametersChanged();

Return value

Returns TRUE if IXAPOParameters::SetParameters has been called since the last processing pass. May only be used within the XAPO's IXAPO::Process implementation, before CXAPOParametersBase::BeginProcess is called.

Remarks

Platform Requirements

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

Requirements

Requirement Value
Target Platform Windows
Header xapobase.h
Library XAPOBase.lib

See also

CXAPOParametersBase