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

# XAppBroadcastIsAppBroadcasting

> XAppBroadcastIsAppBroadcasting

# XAppBroadcastIsAppBroadcasting

앱이 현재 브로드캐스트 중인지 여부를 확인합니다.

## 구문

```cpp theme={null}
bool XAppBroadcastIsAppBroadcasting(  
)  
```

### 매개 변수

### 반환 값

형식: bool

앱이 브로드캐스트 중이면 true를 반환합니다.

## 설명

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

이 함수를 호출하여 현재 앱이 브로드캐스트 중인지 여부를 확인합니다. 이 함수는 [XAppBroadcastShowUI](/reference/system/xappcapture/functions/xappbroadcastshowui)로 사용자에게 브로드캐스트 UI를 표시한 후에 호출할 수 있습니다. 앱이 브로드캐스트해야 한다고 예상되는데 그렇지 않은 경우, 차단 문제가 있는지 확인하기 위해 브로드캐스트 상태를 확인할 수 있습니다. [XAppBroadcastGetStatus](/reference/system/xappcapture/functions/xappbroadcastgetstatus)를 호출하면 됩니다.

## 요구 사항

**헤더:** XAppCapture.h

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

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

## 개념 문서

* [Time-sensitive threads](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/overviews/threads/time-sensitive-threads)

## 함께 보기

[GameDVR 개요](/build/console-features/game-dvr/gamedvr-broadcast)\
[XAppCapture 멤버](/reference/system/xappcapture/xappcapture_members)\
[XAppBroadcastShowUI](/reference/system/xappcapture/functions/xappbroadcastshowui)\
[XAppBroadcastGetStatus](/reference/system/xappcapture/functions/xappbroadcastgetstatus)


## Related topics

- [XAppBroadcastShowUI](/ko/reference/system/xappcapture/functions/xappbroadcastshowui.md)
- [XAppBroadcastGetStatus](/ko/reference/system/xappcapture/functions/xappbroadcastgetstatus.md)
- [XAppBroadcastStatus](/ko/reference/system/xappcapture/structs/xappbroadcaststatus.md)
- [게임 DVR 및 방송](/ko/build/console-features/game-dvr/gamedvr-broadcast.md)
- [XAppCapture](/ko/reference/system/xappcapture/xappcapture_members.md)
