Stops the metadata state with the specified identifier.
public:
void StopState(
String^ name
)
name
Type: String
The identifier of the state to be stopped.
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.
Namespace: Windows.Media.Capture
Metadata: windows.winmd
AppCaptureMetadataWriter Class