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

# GetShapeXmaInputBufferValid

> GetShapeXmaInputBufferValid

# GetShapeXmaInputBufferValid

입력 버퍼의 유효성 플래그를 가져옵니다.

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
UINT32 GetShapeXmaInputBufferValid(  
         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" />

### 반환 값

형식: UINT32

입력 버퍼에 대한 유효성 플래그입니다.

| 값  | 설명                 |
| -- | ------------------ |
| 00 | 두 버퍼 모두 유효하지 않습니다. |
| 01 | 버퍼 0(왼쪽)만 유효합니다.   |
| 10 | 버퍼 1(오른쪽)만 유효합니다.  |
| 11 | 두 버퍼 모두 유효합니다.     |

<a id="remarksSection" />

## 설명

입력 버퍼의 유효성 플래그를 설정하려면 [SetShapeXmaInputBufferValid](/reference/audio/shapexmacontext/functions/setshapexmainputbuffervalid)를 사용합니다.

출력 버퍼의 유효성 플래그를 가져오려면 [GetShapeXmaOutputBufferValid](/reference/audio/shapexmacontext/functions/getshapexmaoutputbuffervalid)를 사용합니다.

자세한 내용은 [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

- [SetShapeXmaInputBufferValid](/ko/reference/audio/shapexmacontext/functions/setshapexmainputbuffervalid.md)
- [GetShapeXmaOutputBufferValid](/ko/reference/audio/shapexmacontext/functions/getshapexmaoutputbuffervalid.md)
- [ShapeXmaContext](/ko/reference/audio/shapexmacontext/shapexmacontext_members.md)
- [GetShapeXmaInputBuffer0Valid](/ko/reference/audio/shapexmacontext/functions/getshapexmainputbuffer0valid.md)
- [GetShapeXmaInputBuffer1Valid](/ko/reference/audio/shapexmacontext/functions/getshapexmainputbuffer1valid.md)
