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

# GetShapeSrcTimestamp

> GetShapeSrcTimestamp

# GetShapeSrcTimestamp

Sample Rate Convertor(SRC) 컨텍스트의 타임스탬프를 가져옵니다.

## Syntax

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

### 매개변수

*context*   \
형식: SHAPE\_SRC\_CONTEXT\*

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

### 반환 값

형식: UINT32

타임스탬프입니다.

## 설명

타임스탬프는 각 블록이 처리되는 순서를 나타내는 카운터입니다. 각 flowgraph 시작 시 타임스탬프는 0으로 재설정됩니다.

타임스탬프는 처리가 완료되고 컨텍스트에 쓰기가 가능해질 때 컨텍스트에 설정됩니다.

flowgraph에 대한 자세한 내용은 [Flowgraphs](/build/console-features/audio/overviews/acp-overview#ID4EVB)를 참조하세요.

## 요구 사항

**헤더:** shapesrccontext.h

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

## 참고 항목

[SHAPE\_SRC\_CONTEXT](/reference/audio/shapesrccontext/structs/shape_src_context)\
[ShapeSrcContext](/reference/audio/shapesrccontext/shapesrccontext_members)


## Related topics

- [ShapeSrcContext](/ko/reference/audio/shapesrccontext/shapesrccontext_members.md)
- [GetShapeSrcPitch](/ko/reference/audio/shapesrccontext/functions/getshapesrcpitch.md)
- [GetShapeDmaTimestamp](/ko/reference/audio/shapedmacontext/functions/getshapedmatimestamp.md)
- [GetShapeSrcCommandType](/ko/reference/audio/shapesrccontext/functions/getshapesrccommandtype.md)
- [GetShapeSrcInternalSaturate](/ko/reference/audio/shapesrccontext/functions/getshapesrcinternalsaturate.md)
