> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SHAPE_FILTER_MODE

> SHAPE_FILTER_MODE

# SHAPE\_FILTER\_MODE

Modes of the state variable filter.

## Syntax

```cpp theme={null}
enum SHAPE_FILTER_MODE    
{  
    SHAPE_FILTER_MODE_BYPASS,  
    SHAPE_FILTER_MODE_LOWPASS,  
    SHAPE_FILTER_MODE_BANDPASS,  
    SHAPE_FILTER_MODE_HIGHPASS  
}  
```

## Constants

| Constant                      | Description    |
| ----------------------------- | -------------- |
| SHAPE\_FILTER\_MODE\_BYPASS   | Bypass mode    |
| SHAPE\_FILTER\_MODE\_LOWPASS  | Low-pass mode  |
| SHAPE\_FILTER\_MODE\_BANDPASS | Band-pass mode |
| SHAPE\_FILTER\_MODE\_HIGHPASS | High-pass mode |

## Remarks

This enumeration is used in the [SHAPE\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context) structure. It is also used by the [GetShapeFiltVolMode](/reference/audio/shapefiltvolcontext/functions/getshapefiltvolmode) and [SetShapeFiltVolMode](/reference/audio/shapefiltvolcontext/functions/setshapefiltvolmode) functions.

For more information, see the [Filter/volume block (FLTVOL)](/build/console-features/audio/overviews/shape-overview#ID4EBH) section of [Overview of SHAPE](/build/console-features/audio/overviews/shape-overview).

## Requirements

**Header:** shapefiltvolcontext.h

**Supported platforms:** XBOX One family consoles and XBOX Series consoles

## See also

[ShapeFiltVolContext](/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members)


## Related topics

- [SetShapeFiltVolMode](/reference/audio/shapefiltvolcontext/functions/setshapefiltvolmode.md)
- [GetShapeFiltVolMode](/reference/audio/shapefiltvolcontext/functions/getshapefiltvolmode.md)
- [ShapeFiltVolContext](/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members.md)
- [SHAPE_FILTVOL_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context.md)
- [SHAPE_FILTER_HEADROOM](/reference/audio/shapefiltvolcontext/enums/shape_filter_headroom.md)
