Skip to main content

XAppBroadcastMonitorCallback

Developer defined callback function for XAppBroadcastRegisterIsAppBroadcastingChanged. The function set here will be called each time the broadcast status changes.

Syntax

Parameters

context   _In_
Type: void*
Context for the calling object, used to pass relevant information into the callback function.

Return value

Type: void

Remarks

Setting this callback function will allow you to check for the start or end of a broadcast. This allows developers to change behaviors like network activity in the event of an ongoing broadcast. Parameter for XAppBroadcastRegisterIsAppBroadcastingChanged.

Requirements

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

See also

GameDVR Overview
XAppCapture Members
XAppBroadcastRegisterIsAppBroadcastingChanged
Last modified on August 20, 2026