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

# SetShapeFiltVolQTarget

> SetShapeFiltVolQTarget

# SetShapeFiltVolQTarget

Establece el destino del factor Q (calidad).

## Sintaxis

```cpp theme={null}
HRESULT SetShapeFiltVolQTarget(  
         SHAPE_FILTVOL_CONTEXT* context,  
         float qTarget  
)  
```

### Parámetros

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

Puntero a un objeto [SHAPE\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context).

*qTarget*   \
Tipo: float

El destino del factor Q.

### Valor devuelto

Tipo: HRESULT

Código de éxito o de error HRESULT.

## Comentarios

El bloque de filtro/volumen (FLTVOL) se implementa como un filtro Chamberlin. Cuanto mayor sea el valor de Q, más estrecho será el ancho de banda del filtro. Para obtener el valor actual del destino de Q, use [GetShapeFiltVolQTarget](/reference/audio/shapefiltvolcontext/functions/getshapefiltvolqtarget).

El comportamiento de filtrado está diseñado para ser idéntico al de XAudio2.

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

[SetShapeFiltVolQ](/reference/audio/shapefiltvolcontext/functions/setshapefiltvolq)\
[ShapeFiltVolContext](/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members)


## Related topics

- [SetShapeFiltVolQ](/es/reference/audio/shapefiltvolcontext/functions/setshapefiltvolq.md)
- [GetShapeFiltVolQTarget](/es/reference/audio/shapefiltvolcontext/functions/getshapefiltvolqtarget.md)
- [ShapeFiltVolContext](/es/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members.md)
- [SetShapeFiltVolFrequencyTarget](/es/reference/audio/shapefiltvolcontext/functions/setshapefiltvolfrequencytarget.md)
- [SetShapeFiltVolOutputGainTarget](/es/reference/audio/shapefiltvolcontext/functions/setshapefiltvoloutputgaintarget.md)
