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

# GetShapeXmaOverlapAddBuffer

> GetShapeXmaOverlapAddBuffer

# GetShapeXmaOverlapAddBuffer

オーバーラップ加算バッファのアドレスを取得します。

<a id="syntaxSection" />

## 構文

```cpp theme={null}
void* GetShapeXmaOverlapAddBuffer(  
         const SHAPE_XMA_CONTEXT* context  
)  
```

<a id="parametersSection" />

### パラメーター

*context*   \_In\_\
型: [SHAPE\_XMA\_CONTEXT](/reference/audio/shapexmacontext/structs/shape_xma_context)\*

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

<a id="retvalSection" />

### 戻り値

型: void\*

オーバーラップ加算バッファへのポインター。

<a id="remarksSection" />

## 解説

オーバーラップ加算バッファのサイズは、モノラルの場合は 256 バイト、ステレオの場合は 512 バイトです。

ポインターを使用してオーバーラップ加算バッファのアドレスを設定するには、[SetShapeXmaOverlapAddBuffer(SHAPE\_XMA\_CONTEXT\*, void\*)](/reference/audio/shapexmacontext/functions/setshapexmaoverlapaddbuffer) を使用します。

物理アドレスを使用してオーバーラップ加算バッファのアドレスを設定するには、[SetShapeXmaOverlapAddBuffer(SHAPE\_XMA\_CONTEXT\*, APU\_ADDRESS)](/reference/audio/shapexmacontext/functions/setshapexmaoverlapaddbuffer_2) を使用します。

詳細については、[SHAPE の概要](/build/console-features/audio/overviews/shape-overview) の [XMA](/build/console-features/audio/overviews/shape-overview#ID4EYD) セクションを参照してください。

<a id="requirementsSection" />

## 要件

**ヘッダー:** shapexmacontext.h

**サポートされているプラットフォーム:** XBOX One ファミリ本体および XBOX Series 本体

<a id="seealsoSection" />

## 関連項目

[ShapeXmaContext](/reference/audio/shapexmacontext/shapexmacontext_members)


## Related topics

- [SetShapeXmaOverlapAddBuffer(SHAPE_XMA_CONTEXT*, void*)](/ja-jp/reference/audio/shapexmacontext/functions/setshapexmaoverlapaddbuffer.md)
- [SetShapeXmaOverlapAddBuffer(SHAPE_XMA_CONTEXT*, APU_ADDRESS)](/ja-jp/reference/audio/shapexmacontext/functions/setshapexmaoverlapaddbuffer_2.md)
- [ShapeXmaContext](/ja-jp/reference/audio/shapexmacontext/shapexmacontext_members.md)
- [GetShapeXmaOutputBuffer](/ja-jp/reference/audio/shapexmacontext/functions/getshapexmaoutputbuffer.md)
- [GetShapeXmaCurrentInputBuffer](/ja-jp/reference/audio/shapexmacontext/functions/getshapexmacurrentinputbuffer.md)
