> ## 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](/ja-jp/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members.md)
- [GetShapeFiltVolQ](/ja-jp/reference/audio/shapefiltvolcontext/functions/getshapefiltvolq.md)
- [GetShapeFiltVolDelay1](/ja-jp/reference/audio/shapefiltvolcontext/functions/getshapefiltvoldelay1.md)
- [GetShapeFiltVolDelay2](/ja-jp/reference/audio/shapefiltvolcontext/functions/getshapefiltvoldelay2.md)
- [GetShapeFiltVolFrequency](/ja-jp/reference/audio/shapefiltvolcontext/functions/getshapefiltvolfrequency.md)
