XAppCaptureMetadataPurgedCallback
Defines the callback function to be called when a metadata purge occurs.Syntax
Parameters
context _In_Type: void* Object which provides necessary information for the execution of the callback function. Usually the calling object.
Return value
Type: voidRemarks
Register the callback function defined here with XAppCaptureRegisterMetadataPurged so that it can be called when metadata is purged. This will allow you to reassess the amount of metadata the tile is adding to the capture. You should primarily use this function during development and testing to make sure that your title is not adding more than the allowed amount of metadata to a capture. It was not intended to be used to change game behavior while the title is running.Requirements
Header: XAppCapture.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
GameDVR OverviewXAppCapture Members
XAppCaptureRegisterMetadataPurged
