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

# SetShapeFiltVolOutputGainTarget

> SetShapeFiltVolOutputGainTarget

# SetShapeFiltVolOutputGainTarget

设置输出增益目标值。

## 语法

```cpp theme={null}
HRESULT SetShapeFiltVolOutputGainTarget(  
         SHAPE_FILTVOL_CONTEXT* context,  
         float outputGainTarget  
)  
```

### 参数

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

指向 [SHAPE\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context) 对象的指针。

*outputGainTarget*   \
类型:float

输出增益目标值。

### 返回值

类型:HRESULT

HRESULT 成功或错误代码。

## 注解

增益目标值和增益是范围在 -2.0 到 2.0 之间的幅度值,负值表示信号反相。

| 值           | 说明        |
| :---------- | :-------- |
| 1.0 到 2.0   | 放大        |
| 1.0         | 单位增益      |
| 0.0 到 1.0   | 增益衰减      |
| 0.0         | 静音        |
| -1.0 到 0.0  | 增益衰减;信号反相 |
| -1.0        | 单位增益;信号反相 |
| -2.0 到 -1.0 | 放大;信号反相   |

若要获取当前的输出增益目标值,请使用 [GetShapeFiltVolOutputGainTarget](/reference/audio/shapefiltvolcontext/functions/getshapefiltvoloutputgaintarget)。

有关详细信息,请参阅 [SHAPE 概述](/build/console-features/audio/overviews/shape-overview) 的 [滤波器/音量模块 (FLTVOL)](/build/console-features/audio/overviews/shape-overview#ID4EBH) 部分。

## 要求

**头文件:** shapefiltvolcontext.h

**支持的平台:** XBOX One 系列主机和 XBOX Series 主机

## 另请参阅

[SetShapeFiltVolOutputGain](/reference/audio/shapefiltvolcontext/functions/setshapefiltvoloutputgain)\
[ShapeFiltVolContext](/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members)


## Related topics

- [SetShapeFiltVolOutputGain](/zh-CN/reference/audio/shapefiltvolcontext/functions/setshapefiltvoloutputgain.md)
- [GetShapeFiltVolOutputGainTarget](/zh-CN/reference/audio/shapefiltvolcontext/functions/getshapefiltvoloutputgaintarget.md)
- [ShapeFiltVolContext](/zh-CN/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members.md)
- [GetShapeFiltVolOutputGain](/zh-CN/reference/audio/shapefiltvolcontext/functions/getshapefiltvoloutputgain.md)
- [SetShapeFiltVolQTarget](/zh-CN/reference/audio/shapefiltvolcontext/functions/setshapefiltvolqtarget.md)
