Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.11 KB

lowlagphotosequencecapture_stopasync_1648475005.md

File metadata and controls

25 lines (17 loc) · 1.11 KB
-api-id -api-type
M:Windows.Media.Capture.LowLagPhotoSequenceCapture.StopAsync
winrt method

Windows.Media.Capture.LowLagPhotoSequenceCapture.StopAsync

-description

Asynchronously stops capturing photos.

-returns

Object that is used to control the asynchronous operation.

-remarks

StopAsync stops the operation, which can be restarted with StartAsync.

FinishAsync stops the photo sequence capture operation and releases the LowLagPhotoSequenceCapture object and resources used by the photo sequence operation. If you want to restart the photo sequence operation after calling FinishAsync, you must call MediaCapture.PrepareLowLagPhotoSequenceCaptureAsync to initialize a new LowLagPhotoSequenceCapture object.

-examples

-see-also