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

# GetShapeFiltVolQTarget

> GetShapeFiltVolQTarget

# GetShapeFiltVolQTarget

Q(품질) 팩터 목표값을 가져옵니다.

## Syntax

```cpp theme={null}
float GetShapeFiltVolQTarget(  
         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

Q 팩터 목표값입니다.

## Remarks

Filter/Volume(FLTVOL) 블록은 Chamberlin 필터로 구현되어 있습니다. Q 값이 클수록 필터의 대역폭이 좁아집니다. Q 목표값을 변경하려면 [SetShapeFiltVolQTarget](/reference/audio/shapefiltvolcontext/functions/setshapefiltvolqtarget)을 사용하세요.

필터링 동작은 XAudio2의 동작과 동일하도록 설계되었습니다.

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

[GetShapeFiltVolQ](/reference/audio/shapefiltvolcontext/functions/getshapefiltvolq)\
[ShapeFiltVolContext](/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members)


## Related topics

- [GetShapeFiltVolQ](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvolq.md)
- [SetShapeFiltVolQTarget](/ko/reference/audio/shapefiltvolcontext/functions/setshapefiltvolqtarget.md)
- [ShapeFiltVolContext](/ko/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members.md)
- [GetShapeFiltVolFrequencyTarget](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvolfrequencytarget.md)
- [GetShapeFiltVolOutputGainTarget](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvoloutputgaintarget.md)
