Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 2.19 KB

appcapturemetadatawriter_stopstate_317994205.md

File metadata and controls

29 lines (21 loc) · 2.19 KB
-api-id -api-type
M:Windows.Media.Capture.AppCaptureMetadataWriter.StopState(System.String)
winrt method

Windows.Media.Capture.AppCaptureMetadataWriter.StopState

-description

Stops the metadata state with the specified identifier.

-parameters

-param name

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.

-see-also

StopAllStates, StartDoubleState, StartInt32State, StartStringState

-examples