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

# SHAPE_XMA_SAMPLE_RATE

> SHAPE_XMA_SAMPLE_RATE

# SHAPE\_XMA\_SAMPLE\_RATE

유효한 샘플 레이트입니다.

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
enum SHAPE_XMA_SAMPLE_RATE  
{  
    SHAPE_XMA_SAMPLE_RATE_24K,  
    SHAPE_XMA_SAMPLE_RATE_32K,  
    SHAPE_XMA_SAMPLE_RATE_44_1K,  
    SHAPE_XMA_SAMPLE_RATE_48K  
}  
```

<a id="constantsSection" />

## 상수

| 상수                               | 설명       |
| -------------------------------- | -------- |
| SHAPE\_XMA\_SAMPLE\_RATE\_24K    | 24 KHz   |
| SHAPE\_XMA\_SAMPLE\_RATE\_32K    | 32 KHz   |
| SHAPE\_XMA\_SAMPLE\_RATE\_44\_1K | 44.1 KHz |
| SHAPE\_XMA\_SAMPLE\_RATE\_48K    | 48 KHz   |

<a id="remarksSection" />

## 설명

이 열거형은 [GetShapeXmaSampleRate](/reference/audio/shapexmacontext/functions/getshapexmasamplerate) 및 [SetShapeXmaSampleRate(SHAPE\_XMA\_CONTEXT\*, SHAPE\_XMA\_SAMPLE\_RATE)](/reference/audio/shapexmacontext/functions/setshapexmasamplerate) 함수에서 사용됩니다. [SetShapeXmaSampleRate(SHAPE\_XMA\_CONTEXT\*, UINT32)](/reference/audio/shapexmacontext/functions/setshapexmasamplerate_2) 함수에 전달된 값은 컨텍스트에 저장되기 전에 이 열거형의 멤버로 변환됩니다.

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

- [SetShapeXmaSampleRate(SHAPE_XMA_CONTEXT*, SHAPE_XMA_SAMPLE_RATE)](/ko/reference/audio/shapexmacontext/functions/setshapexmasamplerate.md)
- [GetShapeXmaSampleRate](/ko/reference/audio/shapexmacontext/functions/getshapexmasamplerate.md)
- [ShapeXmaContext](/ko/reference/audio/shapexmacontext/shapexmacontext_members.md)
- [SHAPE_XMA_CONTEXT](/ko/reference/audio/shapexmacontext/structs/shape_xma_context.md)
- [GetXmaSampleRate](/ko/reference/audio/xma2defs/functions/getxmasamplerate.md)
