Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

LowLagMediaRecording.StopWithResultAsync Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Asynchronously stops the low lag media recording and provides a MediaCaptureStopResult that can be used to help the user align the camera with the last captured frame when restarting recording.

public:
 virtual IAsyncOperation<MediaCaptureStopResult ^> ^ StopWithResultAsync() = StopWithResultAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MediaCaptureStopResult> StopWithResultAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MediaCaptureStopResult> StopWithResultAsync();
function stopWithResultAsync()
Public Function StopWithResultAsync () As IAsyncOperation(Of MediaCaptureStopResult)

Returns

An asynchronous action that returns a MediaCaptureStopResult upon completion.

Attributes

Windows requirements

Requirements Description
Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to


Feedback

Was this page helpful?