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

# GetShapeFiltVolTimestamp

> GetShapeFiltVolTimestamp

# GetShapeFiltVolTimestamp

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

## Syntax

```cpp theme={null}
UINT32 GetShapeFiltVolTimestamp(  
         const SHAPE_FILTVOL_CONTEXT* context  
)  
```

### Parameters

*context*   \_In\_\
Type: [SHAPE\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context)\*

[SHAPE\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context) 객체에 대한 포인터입니다.

### Return value

Type: UINT32

타임스탬프입니다.

## Remarks

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

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

## Requirements

**Header:** shapefiltvolcontext.h

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

## See also

[SHAPE 개요](/build/console-features/audio/overviews/shape-overview)\
[SHAPE\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context)\
[ShapeFiltVolContext](/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members)


## Related topics

- [ShapeFiltVolContext](/ko/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members.md)
- [GetShapeFiltVolQ](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvolq.md)
- [GetShapeFiltVolMode](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvolmode.md)
- [GetShapeFiltVolQTarget](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvolqtarget.md)
- [GetShapeFiltVolDelay1](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvoldelay1.md)
