AppCaptureMetadataWriter.AddDoubleEvent Method

Adds a new double metadata event.

Syntax

public:
void AddDoubleEvent(
         String^ name,
         float64 value,
         AppCaptureMetadataPriority priority
)  

Parameters

name
Type: String 

 The name of the metadata event.

value
Type: float64 

 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 a double value that applies to a window of time, use StartDoubleState.

Requirements

Namespace: Windows.Media.Capture

Metadata: windows.winmd

See also

Reference

AppCaptureMetadataWriter Class

AppCaptureMetadataWriter Members

Windows.Media.Capture Namespace