AppCaptureMetadataWriter.StartInt32State Method

Adds a new double metadata state.

Syntax

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

Parameters

name
Type: String 

 The name of the metadata state.

value
Type: int32 

 The value of the metadata state.

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 state with the window of time between when the state is started and when it’s value is changed or the state is stopped with a call to StopAllStates. To store a integer value that applies to an instantaneous moment in time, use AddInt32Event.

Requirements

Namespace: Windows.Media.Capture

Metadata: windows.winmd

See also

Reference

AppCaptureMetadataWriter Class

AppCaptureMetadataWriter Members

Windows.Media.Capture Namespace