XAppCaptureMetadataPriority
Specifies the relative importance of an app capture metadata item stored using the AppCaptureMetadataWriter. When the storage space allotted for accumulated metadata is low, the system will use the priority and age of metadata items to determine the order in which metadata is purged to free storage space.Syntax
Constants
Remarks
Important priority means the metadata will be uploaded to the XBOX Live service. The metadata will be used to help users search clips or annotate broadcasts, among other things. Both Important and Informational metadata are embedded in the generated .mp4 file, so you should not include any private user information in the metadata. This enumerable is used to give metadata a priority value at the time that is set with the following functions:- XAppCaptureMetaDataAddDoubleEvent
- XAppCaptureMetaDataAddInt32Event
- XAppCaptureMetaDataAddStringEvent
- XAppCaptureMetaDataStartDoubleState
- XAppCaptureMetaDataStartInt32State
- XAppCaptureMetadataStartStringState
Requirements
Header: XAppCapture.h Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
GameDVR OverviewXAppCapture Members
XAppCaptureMetaDataAddDoubleEvent
XAppCaptureMetaDataAddInt32Event
XAppCaptureMetaDataAddStringEvent
XAppCaptureMetaDataStartDoubleState
XAppCaptureMetaDataStartInt32State
XAppCaptureMetadataStartStringState
XAppCaptureMetaDataRemainingStorageBytesAvailable
