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

# GetShapeXmaOutputBufferNumBytesAvailable

> GetShapeXmaOutputBufferNumBytesAvailable

# GetShapeXmaOutputBufferNumBytesAvailable

출력 버퍼에서 읽을 수 있는 바이트 수를 가져옵니다.

<a id="syntaxSection" />

## Syntax

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

읽을 수 있는 바이트 수입니다.

<a id="remarksSection" />

## 설명

읽을 수 있는 프레임 수를 가져오려면 [GetShapeXmaOutputBufferNumFramesAvailable](/reference/audio/shapexmacontext/functions/getshapexmaoutputbuffernumframesavailable)을 사용합니다.

출력 버퍼의 현재 읽기 오프셋을 가져오려면 [GetShapeXmaOutputBufferReadOffset](/reference/audio/shapexmacontext/functions/getshapexmaoutputbufferreadoffset)을 사용합니다.

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

- [GetShapeXmaOutputBufferNumFramesAvailable](/ko/reference/audio/shapexmacontext/functions/getshapexmaoutputbuffernumframesavailable.md)
- [ShapeXmaContext](/ko/reference/audio/shapexmacontext/shapexmacontext_members.md)
- [GetShapeXmaOutputBuffer](/ko/reference/audio/shapexmacontext/functions/getshapexmaoutputbuffer.md)
- [GetShapeXmaOutputBufferSize](/ko/reference/audio/shapexmacontext/functions/getshapexmaoutputbuffersize.md)
- [GetShapeXmaOutputBufferValid](/ko/reference/audio/shapexmacontext/functions/getshapexmaoutputbuffervalid.md)
