Adds a new integer metadata event.
public:
void AddInt32Event(
String^ name,
int32 value,
AppCaptureMetadataPriority priority
)
name
Type: String
The name of the metadata event.
value
Type: int32
The value of the metadata event.
priority
Type: AppCaptureMetadataPriority
A member of the AppCaptureMetadataPriority enumeration specifying the relative importance of the metadata item. This value and the age of a metadata item are used by the system to determine which metadata items should be purged first when the limit of the allocated storage space for accumulated metadata is reached.
The system associates a metadata event with a timestamp when this method is called. To store an integer value that applies to a window of time, use StartInt32State.
Namespace: Windows.Media.Capture
Metadata: windows.winmd
AppCaptureMetadataWriter Class