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

# SetShapeFiltVolInputHeadroom

> SetShapeFiltVolInputHeadroom

# SetShapeFiltVolInputHeadroom

入力ヘッドルームを設定します。

## Syntax

```cpp theme={null}
HRESULT SetShapeFiltVolInputHeadroom(  
         SHAPE_FILTVOL_CONTEXT* context,  
         SHAPE_FILTER_HEADROOM inputHeadroom  
)  
```

### Parameters

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

[SHAPE\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context) オブジェクトへのポインター。

*inputHeadroom*   \
Type: [SHAPE\_FILTER\_HEADROOM](/reference/audio/shapefiltvolcontext/enums/shape_filter_headroom)

[SHAPE\_FILTER\_HEADROOM](/reference/audio/shapefiltvolcontext/enums/shape_filter_headroom) 列挙体のメンバー。

### Return value

Type: HRESULT

HRESULT の成功またはエラーコード。

## Remarks

状態変数フィルターは、その特性上、中間値が 1.0 (または -1.0) を超えるような共振を生じることがあります。中間値の飽和による問題を軽減するため、FLTVOL ブロックはプログラム可能なヘッドルームスケーリングを備えており、入力信号に適用され、出力時に補正されます。

詳細については、[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

[GetShapeFiltVolInputHeadroom](/reference/audio/shapefiltvolcontext/functions/getshapefiltvolinputheadroom)\
[ShapeFiltVolContext](/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members)


## Related topics

- [GetShapeFiltVolInputHeadroom](/ja-jp/reference/audio/shapefiltvolcontext/functions/getshapefiltvolinputheadroom.md)
- [SHAPE_FILTER_HEADROOM](/ja-jp/reference/audio/shapefiltvolcontext/enums/shape_filter_headroom.md)
- [GetShapeFiltVolInternalSaturate](/ja-jp/reference/audio/shapefiltvolcontext/functions/getshapefiltvolinternalsaturate.md)
- [ShapeFiltVolContext](/ja-jp/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members.md)
- [SetShapeFiltVolCommand](/ja-jp/reference/audio/shapeflowgraph/functions/setshapefiltvolcommand.md)
