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

# SetShapeXmaInputBuffer1Size

> SetShapeXmaInputBuffer1Size

# SetShapeXmaInputBuffer1Size

设置右输入缓冲区的大小。

<a id="syntaxSection" />

## 语法

```cpp theme={null}
HRESULT SetShapeXmaInputBuffer1Size(  
         SHAPE_XMA_CONTEXT* context,  
         UINT32 size  
)  
```

<a id="parametersSection" />

### 参数

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

指向 SHAPE\_XMA\_CONTEXT 结构的指针。

*size*   \
Type: UINT32

右输入缓冲区的大小。必须是 2048 字节的倍数,且不大于 `SHAPE_XMA_MAX_INPUT_BUFFER_SIZE`。

<a id="retvalSection" />

### 返回值

Type: HRESULT

HRESULT 成功或错误代码。

<a id="remarksSection" />

## 备注

若要设置左输入缓冲区的大小,请使用 [SetShapeXmaInputBuffer0Size](/reference/audio/shapexmacontext/functions/setshapexmainputbuffer0size)。

若要获取右输入缓冲区的大小,请使用 [GetShapeXmaInputBuffer1Size](/reference/audio/shapexmacontext/functions/getshapexmainputbuffer1size)。

有关详细信息,请参阅 [Overview of 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

- [GetShapeXmaInputBuffer1Size](/zh-CN/reference/audio/shapexmacontext/functions/getshapexmainputbuffer1size.md)
- [SetShapeXmaInputBuffer0Size](/zh-CN/reference/audio/shapexmacontext/functions/setshapexmainputbuffer0size.md)
- [SetShapeXmaOutputBufferSize](/zh-CN/reference/audio/shapexmacontext/functions/setshapexmaoutputbuffersize.md)
- [ShapeXmaContext](/zh-CN/reference/audio/shapexmacontext/shapexmacontext_members.md)
- [SetShapeXmaInputBuffer1Valid](/zh-CN/reference/audio/shapexmacontext/functions/setshapexmainputbuffer1valid.md)
