XAppBroadcastRegisterIsAppBroadcastingChanged
Register an app broadcast status change event handler.Syntax
Parameters
queue _In_opt_Type: XTaskQueueHandle Optional XTaskQueueHandle where a user can create their own callback to be executed from this queue. context _In_opt_
Type: void* Optional information to be passed to the callback function. appBroadcastMonitorCallback _In_
Type: XAppBroadcastMonitorCallback* Callback on the status of whether you can broadcast or not changes. Games may use this to know whether or not it is safe to enable showing the broadcast UI. token _Out_
Type: XTaskQueueRegistrationToken* Broadcast token.
Return value
Type: HRESULT Function result.Remarks
This function isn’t safe to call on a time-sensitive thread. For more information, see Time-sensitive threads.
Requirements
Header: XAppCapture.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesConceptual documentation
See also
GameDVR OverviewXAppCapture Members
XAppBroadcastUnregisterIsAppBroadcastingChanged
XAppBroadcastMonitorCallback
