> ## 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](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvolfrequency.md)
- [GetShapeFiltVolFrequencyTarget](/ko/reference/audio/shapefiltvolcontext/functions/getshapefiltvolfrequencytarget.md)
- [SetShapeFiltVolFrequency](/ko/reference/audio/shapefiltvolcontext/functions/setshapefiltvolfrequency.md)
- [SetShapeFiltVolFrequencyTarget](/ko/reference/audio/shapefiltvolcontext/functions/setshapefiltvolfrequencytarget.md)
- [ShapeFiltVolContext](/ko/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members.md)
