Skip to main content

GetShapeFiltVolMode

Gets the mode of the state variable filter.

Syntax

Parameters

context   _In_
Type: SHAPE_FILTVOL_CONTEXT*
Pointer to a SHAPE_FILTVOL_CONTEXT object.

Return value

Type: SHAPE_FILTER_MODE A member of the SHAPE_FILTER_MODE enumeration.

Remarks

The Filter/Volume (FLTVOL) block is implemented as a Chamberlin filter. It provides three filtering modes (low-pass, band-pass, and high-pass) and a bypass mode. To change the mode, use SetShapeFiltVolMode. The filtering behavior is designed to be identical to that in XAudio2. For more information, see the Filter/volume block (FLTVOL) section of Overview of SHAPE.

Requirements

Header: shapefiltvolcontext.h Supported platforms: XBOX One family consoles and XBOX Series consoles

See also

ShapeFiltVolContext
Last modified on August 20, 2026