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

# XAppCaptureDisableRecord

> XAppCaptureDisableRecord

# XAppCaptureDisableRecord

플레이어에 대해 비디오 녹화를 비활성화합니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
HRESULT XAppCaptureDisableRecord(
)  
```

<a id="parametersSection" />

### 매개 변수

이 함수는 매개 변수를 사용하지 않습니다.

<a id="retvalSection" />

### 반환 값

형식: HRESULT

성공하면 `S_OK`를 반환합니다.

<a id="remarksSection" />

## 설명

녹화를 비활성화하면 플레이어는 **홈** > **스크린샷 촬영 녹화**를 선택하여 더 이상 비디오를 녹화하거나, 스크린샷을 찍거나, 게임을 방송할 수 없습니다.

녹화를 활성화하려면 [XAppCaptureEnableRecord](/reference/system/xappcapture/functions/xappcaptureenablerecord)를 호출합니다.

녹화 기능은 기본적으로 활성화되어 있습니다.

**참고**: 이 API 호출은 XBOM 원격 보기가 활성 상태인 동안에는 무시됩니다. XBOM 원격 보기가 꺼지면 API가 적용되고 녹화 기능이 비활성화됩니다.

<Note>이 함수는 시간에 민감한 스레드에서 호출하기에 안전하지 않습니다. 자세한 내용은 [시간에 민감한 스레드](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/overviews/threads/time-sensitive-threads)를 참조하세요.</Note>

<a id="requirementsSection" />

## 요구 사항

**헤더:** XAppCapture.h

**라이브러리:** xgameruntime.lib

**지원되는 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

<a id="seealsoSection" />

## 개념 설명서

* [시간에 민감한 스레드](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/overviews/threads/time-sensitive-threads)

## 함께 보기

[XAppCaptureEnableRecord](/reference/system/xappcapture/functions/xappcaptureenablerecord)


## Related topics

- [XAppCaptureEnableRecord](/ko/reference/system/xappcapture/functions/xappcaptureenablerecord.md)
- [XAppCapture](/ko/reference/system/xappcapture/xappcapture_members.md)
- [XAppCaptureRecordTimespan](/ko/reference/system/xappcapture/functions/xappcapturerecordtimespan.md)
- [XAppCaptureCancelUserRecord](/ko/reference/system/xappcapture/functions/xappcapturecanceluserrecord.md)
- [XAppCaptureRecordClipResult](/ko/reference/system/xappcapture/structs/xappcapturerecordclipresult.md)
