Adds a new string metadata event.
public:
void AddStringEvent(
String^ name,
String^ value,
AppCaptureMetadataPriority priority
)
name
Type: String
The name of the metadata event.
value
Type: String
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 a string value that applies to a window of time, use StartStringState.
Namespace: Windows.Media.Capture
Metadata: windows.winmd
AppCaptureMetadataWriter Class