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

# GetShapeEqCompTimestamp

> GetShapeEqCompTimestamp

# GetShapeEqCompTimestamp

EQComp 컨텍스트의 타임스탬프를 가져옵니다.

## Syntax

```cpp theme={null}
UINT32 GetShapeEqCompTimestamp(  
         const SHAPE_EQCOMP_CONTEXT* context  
)  
```

### Parameters

*context*   \_In\_\
Type: [SHAPE\_EQCOMP\_CONTEXT\*](/reference/audio/shapeeqcompcontext/structs/shape_eqcomp_context)

SHAPE\_EQCOMP\_CONTEXT 구조체에 대한 포인터입니다.

### Return value

Type: UINT32

타임스탬프입니다.

## Remarks

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

처리가 완료되고 컨텍스트가 쓰기 활성화되면 컨텍스트에 타임스탬프가 설정됩니다.

## Requirements

**Header:** shapeeqcompcontext.h

**Supported platforms:** XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## See also

[SHAPE 개요](/build/console-features/audio/overviews/shape-overview)\
[SHAPE\_EQCOMP\_CONTEXT](/reference/audio/shapeeqcompcontext/structs/shape_eqcomp_context)\
[ShapeEqCompContext](/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members)


## Related topics

- [ShapeEqCompContext](/ko/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [GetShapeEqCompThreshold](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcompthreshold.md)
- [GetShapeEqCompGain](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcompgain.md)
- [GetShapeEqCompAttack](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcompattack.md)
- [GetShapeEqCompRatio](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcompratio.md)
