Skip to main content

XAppBroadcastIsAppBroadcasting

Determines whether the app is currently broadcasting.

Syntax

Parameters

Return value

Type: bool Returns true if the app is broadcasting.

Remarks

This function isn’t safe to call on a time-sensitive thread. For more information, see Time-sensitive threads.
Call this function to determine whether or not the current app is broadcasting. This could be called after showing the user the broadcast UI with XAppBroadcastShowUI. If you expect that the app should be broadcasting and is not you may want to check the broadcast status to see if there is a blocking issue. YOu can do this by calling XAppBroadcastGetStatus.

Requirements

Header: XAppCapture.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consoles

Conceptual documentation

See also

GameDVR Overview
XAppCapture Members
XAppBroadcastShowUI
XAppBroadcastGetStatus
Last modified on August 20, 2026