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

# GetShapeFiltVolDelay2

> GetShapeFiltVolDelay2

# GetShapeFiltVolDelay2

저역 통과 딜레이를 가져옵니다.

## Syntax

```cpp theme={null}
float GetShapeFiltVolDelay2(  
         const SHAPE_FILTVOL_CONTEXT* context  
)  
```

### Parameters

*context*   \_In\_\
Type: [SHAPE\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context)\*

[SHAPE\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context) 객체에 대한 포인터입니다.

### Return value

Type: float

저역 통과 딜레이입니다.

## Remarks

이 함수는 지정된 [SHAPE\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context) 객체에서 저역 통과 딜레이의 현재 값을 가져옵니다.

대역 통과 딜레이를 가져오려면 [GetShapeFiltVolDelay1](/reference/audio/shapefiltvolcontext/functions/getshapefiltvoldelay1) 함수를 사용하세요.

자세한 내용은 [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

- [GetShapeFiltVolDelay1](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvoldelay1.md)
- [ShapeFiltVolContext](/ko/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members.md)
- [GetShapeFiltVolQ](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvolq.md)
- [GetShapeFiltVolMode](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvolmode.md)
- [GetShapeFiltVolQTarget](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvolqtarget.md)
