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

# GetTimestampFrequency

> このメソッドは、GPU タイムスタンプ カウンターがインクリメントされる速度を判別するために使用されます。

このメソッドは、GPU タイムスタンプ カウンターがインクリメントされる速度を判別するために使用されます。

## 構文

```cpp theme={null}
HRESULT GetTimestampFrequency(
    UINT64  pFrequency
)
```

### パラメーター

*pFrequency \[out]*\
型: UINT64 \*

GPU タイムスタンプ カウンターの周波数 (ティック/秒)。

### 戻り値

型: HRESULT

このメソッドは、[Direct3D 12 リターン コード](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/d3d12-graphics-reference-returnvalues) のいずれかを返します。

## 解説

詳細については、[タイミング](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/timing) を参照してください。

## 要件

**ヘッダー:** d3d12\_xs.h または d3d12\_x.h\
**ライブラリ:** d3d12\_xs.lib または d3d12\_x.lib\
**サポートされるプラットフォーム**: XBOX Series 本体および XBOX One ファミリ

## 関連項目

[ID3D12CommandQueue](/reference/graphics/d3d12_xs/interfaces/ID3D12CommandQueue/id3d12commandqueue_xs)


## Related topics

- [GetShapeFiltVolFrequency](/ja-jp/reference/audio/shapefiltvolcontext/functions/getshapefiltvolfrequency.md)
- [GetShapeFiltVolFrequencyTarget](/ja-jp/reference/audio/shapefiltvolcontext/functions/getshapefiltvolfrequencytarget.md)
- [SetShapeFiltVolFrequency](/ja-jp/reference/audio/shapefiltvolcontext/functions/setshapefiltvolfrequency.md)
- [SetShapeFiltVolFrequencyTarget](/ja-jp/reference/audio/shapefiltvolcontext/functions/setshapefiltvolfrequencytarget.md)
- [GetShapeSrcTimestamp](/ja-jp/reference/audio/shapesrccontext/functions/getshapesrctimestamp.md)
