XAppBroadcastShowUI
Show broadcast UI to app user so that they may start broadcasting activity.Syntax
Parameters
requestingUser _In_Type: XUserHandle The user that the broadcast UI will appear for.
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.
You can verify that a broadcast was started by the occurrence of a broadcast status change event or by checking the broadcast status with XAppBroadcastIsAppBroadcasting. Before calling this function you should also call XAppBroadcastGetStatus to check whether or not a user is capable of starting a broadcast.
Requirements
Header: XAppCapture.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesConceptual documentation
See also
GameDVR OverviewXAppCapture Members
XAppBroadcastIsAppBroadcasting
XAppBroadcastGetStatus
