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

# ShapeSrcContext

> ShapeSrcContext

# ShapeSrcContext

ShapeSrcContext API

## 함수

| 함수                                                                                                                  | 설명                                         |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [GetShapeSrcCommandType](/reference/audio/shapesrccontext/functions/getshapesrccommandtype)                         | 현재 SRC 명령을 가져옵니다.                          |
| [GetShapeSrcInternalSaturate](/reference/audio/shapesrccontext/functions/getshapesrcinternalsaturate)               | 내부 포화 플래그를 가져옵니다.                          |
| [GetShapeSrcMixBufferPeakMagnitude0](/reference/audio/shapesrccontext/functions/getshapesrcmixbufferpeakmagnitude0) | 왼쪽 또는 모노 채널에 대한 출력 믹스 버퍼의 피크 크기를 가져옵니다.    |
| [GetShapeSrcMixBufferPeakMagnitude1](/reference/audio/shapesrccontext/functions/getshapesrcmixbufferpeakmagnitude1) | 오른쪽 또는 두 번째 채널에 대한 출력 믹스 버퍼의 피크 크기를 가져옵니다. |
| [GetShapeSrcPeakMagnitude0](/reference/audio/shapesrccontext/functions/getshapesrcpeakmagnitude0)                   | 왼쪽 채널의 피크 크기를 가져옵니다.                       |
| [GetShapeSrcPeakMagnitude1](/reference/audio/shapesrccontext/functions/getshapesrcpeakmagnitude1)                   | 오른쪽 채널의 피크 크기를 가져옵니다.                      |
| [GetShapeSrcPitch](/reference/audio/shapesrccontext/functions/getshapesrcpitch)                                     | 피치를 가져옵니다.                                 |
| [GetShapeSrcPitchTarget](/reference/audio/shapesrccontext/functions/getshapesrcpitchtarget)                         | 피치 목표를 가져옵니다.                              |
| [GetShapeSrcSampleCount](/reference/audio/shapesrccontext/functions/getshapesrcsamplecount)                         | 샘플 수를 가져옵니다.                               |
| [GetShapeSrcSamplePointer](/reference/audio/shapesrccontext/functions/getshapesrcsamplepointer)                     | 현재 샘플 포인터를 가져옵니다.                          |
| [GetShapeSrcTimestamp](/reference/audio/shapesrccontext/functions/getshapesrctimestamp)                             | SRC 컨텍스트의 타임스탬프를 가져옵니다.                    |
| [GetShapeSrcXmaBlocksToSkip](/reference/audio/shapesrccontext/functions/getshapesrcxmablockstoskip)                 | 시작 시 건너뛸 XMA 블록의 수를 가져옵니다.                 |
| [PitchToShapeSrcSamplingIncrement](/reference/audio/shapesrccontext/functions/pitchtoshapesrcsamplingincrement)     | 피치 값을 SRC 샘플링 증분 값으로 변환합니다.                |
| [SetShapeSrcCommand](/reference/audio/shapesrccontext/functions/shapesrccontext_setshapesrccommand)                 | SRC 명령을 설정합니다.                             |
| [SetShapeSrcPitch](/reference/audio/shapesrccontext/functions/setshapesrcpitch)                                     | 피치를 설정합니다.                                 |
| [SetShapeSrcPitchTarget](/reference/audio/shapesrccontext/functions/setshapesrcpitchtarget)                         | 피치 목표를 설정합니다.                              |
| [SetShapeSrcXmaBlocksToSkip](/reference/audio/shapesrccontext/functions/setshapesrcxmablockstoskip)                 | 시작 시 건너뛸 XMA 블록의 수를 설정합니다.                 |
| [ShapeSrcSamplingIncrementToPitch](/reference/audio/shapesrccontext/functions/shapesrcsamplingincrementtopitch)     | SRC 샘플링 증분 값을 피치 값으로 변환합니다.                |

## 구조체

| 구조체                                                                               | 설명                                  |
| --------------------------------------------------------------------------------- | ----------------------------------- |
| [SHAPE\_SRC\_CONTEXT](/reference/audio/shapesrccontext/structs/shape_src_context) | Sample Rate Convertor(SRC) 컨텍스트입니다. |

## 열거형

| 열거형                                                                                        | 설명         |
| ------------------------------------------------------------------------------------------ | ---------- |
| [SHAPE\_SRC\_COMMAND\_TYPE](/reference/audio/shapesrccontext/enums/shape_src_command_type) | SRC 명령입니다. |


## Related topics

- [SHAPE_SRC_CONTEXT](/ko/reference/audio/shapesrccontext/structs/shape_src_context.md)
- [GetShapeSrcTimestamp](/ko/reference/audio/shapesrccontext/functions/getshapesrctimestamp.md)
- [GetShapeSrcPitch](/ko/reference/audio/shapesrccontext/functions/getshapesrcpitch.md)
- [SetShapeSrcCommand](/ko/reference/audio/shapesrccontext/functions/shapesrccontext_setshapesrccommand.md)
- [SHAPE_SRC_COMMAND_TYPE](/ko/reference/audio/shapesrccontext/enums/shape_src_command_type.md)
