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

状態変数フィルターのモード。

## 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   | バイパスモード     |
| SHAPE\_FILTER\_MODE\_LOWPASS  | ローパスモード     |
| SHAPE\_FILTER\_MODE\_BANDPASS | バンドパスモード    |
| SHAPE\_FILTER\_MODE\_HIGHPASS | ハイパスモード     |

## Remarks

この列挙体は [SHAPE\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context) 構造体で使用されます。また、[GetShapeFiltVolMode](/reference/audio/shapefiltvolcontext/functions/getshapefiltvolmode) および [SetShapeFiltVolMode](/reference/audio/shapefiltvolcontext/functions/setshapefiltvolmode) 関数でも使用されます。

詳細については、[SHAPE の概要](/build/console-features/audio/overviews/shape-overview) の [フィルター/ボリュームブロック (FLTVOL)](/build/console-features/audio/overviews/shape-overview#ID4EBH) セクションを参照してください。

## Requirements

**Header:** shapefiltvolcontext.h

**Supported platforms:** XBOX One ファミリー本体および XBOX Series 本体

## See also

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


## Related topics

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