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

# GetShapeSrcXmaBlocksToSkip

> GetShapeSrcXmaBlocksToSkip

# GetShapeSrcXmaBlocksToSkip

시작 시 건너뛸 XMA 블록의 수를 가져옵니다.

## Syntax

```cpp theme={null}
UINT32 GetShapeSrcXmaBlocksToSkip(  
         const SHAPE_SRC_CONTEXT* context  
)  
```

### 매개변수

*context*   \_In\_\
형식: [SHAPE\_SRC\_CONTEXT](/reference/audio/shapesrccontext/structs/shape_src_context)\*

[SHAPE\_SRC\_CONTEXT](/reference/audio/shapesrccontext/structs/shape_src_context) 객체에 대한 포인터입니다.

### 반환 값

형식: UINT32

건너뛸 블록 수입니다.

## 설명

건너뛸 수 있는 XMA 블록의 최대 수는 3입니다. (각 블록은 최대 128개의 샘플을 포함하므로 최대 384개의 샘플을 건너뛸 수 있습니다.) 건너뛸 수를 설정하려면 [SetShapeSrcXmaBlocksToSkip](/reference/audio/shapesrccontext/functions/setshapesrcxmablockstoskip)을 사용합니다.

SRC에 대한 자세한 내용은 [Overview of SHAPE](/build/console-features/audio/overviews/shape-overview)의 [Sample Rate Convertor (SRC) block](/build/console-features/audio/overviews/shape-overview#ID4EOE)을 참조하세요.

## 요구 사항

**헤더:** shapesrccontext.h

**지원 플랫폼:** XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 참고 항목

[ShapeSrcContext](/reference/audio/shapesrccontext/shapesrccontext_members)


## Related topics

- [SetShapeSrcXmaBlocksToSkip](/ko/reference/audio/shapesrccontext/functions/setshapesrcxmablockstoskip.md)
- [ShapeSrcContext](/ko/reference/audio/shapesrccontext/shapesrccontext_members.md)
- [GetShapeXmaLoopSubframeSkip](/ko/reference/audio/shapexmacontext/functions/getshapexmaloopsubframeskip.md)
- [GetShapeXmaNumSubframesToSkip](/ko/reference/audio/shapexmacontext/functions/getshapexmanumsubframestoskip.md)
- [SetShapeXmaLoopSubframeSkip](/ko/reference/audio/shapexmacontext/functions/setshapexmaloopsubframeskip.md)
