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

| 상수                            | 설명       |
| ----------------------------- | -------- |
| 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](/ko/reference/audio/shapefiltvolcontext/functions/setshapefiltvolmode.md)
- [GetShapeFiltVolMode](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvolmode.md)
- [ShapeFiltVolContext](/ko/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members.md)
- [SHAPE_FILTVOL_CONTEXT](/ko/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context.md)
- [SHAPE_FILTER_HEADROOM](/ko/reference/audio/shapefiltvolcontext/enums/shape_filter_headroom.md)
