> ## 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

Modos del filtro de variables de estado.

## Sintaxis

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

## Constantes

| Constante                     | Descripción              |
| ----------------------------- | ------------------------ |
| SHAPE\_FILTER\_MODE\_BYPASS   | Modo de omisión (bypass) |
| SHAPE\_FILTER\_MODE\_LOWPASS  | Modo de paso bajo        |
| SHAPE\_FILTER\_MODE\_BANDPASS | Modo de paso de banda    |
| SHAPE\_FILTER\_MODE\_HIGHPASS | Modo de paso alto        |

## Comentarios

Esta enumeración se usa en la estructura [SHAPE\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context). También la usan las funciones [GetShapeFiltVolMode](/reference/audio/shapefiltvolcontext/functions/getshapefiltvolmode) y [SetShapeFiltVolMode](/reference/audio/shapefiltvolcontext/functions/setshapefiltvolmode).

Para obtener más información, consulte la sección [Bloque de filtro/volumen (FLTVOL)](/build/console-features/audio/overviews/shape-overview#ID4EBH) de [Información general de SHAPE](/build/console-features/audio/overviews/shape-overview).

## Requisitos

**Encabezado:** shapefiltvolcontext.h

**Plataformas compatibles:** consolas de la familia XBOX One y consolas XBOX Series

## Consulte también

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


## Related topics

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