AppCaptureMetadataWriter.AddInt32Event Method

Adds a new integer metadata event.

Syntax

public:
void AddInt32Event(
         String^ name,
         int32 value,
         AppCaptureMetadataPriority priority
)  

Parameters

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.

Remarks

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.

Requirements

Namespace: Windows.Media.Capture

Metadata: windows.winmd

See also

Reference

AppCaptureMetadataWriter Class

AppCaptureMetadataWriter Members

Windows.Media.Capture Namespace