AppCaptureMetadataWriter.StopState Method

Stops the metadata state with the specified identifier.

Syntax

public:
void StopState(
         String^ name
)  

Parameters

name
Type: String 

 The identifier of the state to be stopped.

Remarks

Start a metadata state by calling StartDoubleState, StartInt32State, or StartStringState, specifying the state identifier that you can later pass into StopState. Stop all states with a single call to StopAllStates.

Requirements

Namespace: Windows.Media.Capture

Metadata: windows.winmd

See also

Reference

AppCaptureMetadataWriter Class

AppCaptureMetadataWriter Members

Windows.Media.Capture Namespace