LowLagPhotoCapture.CaptureAsync Method

Definition

Asynchronously captures a low shutter lag photo.

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

Returns

When this method completes, a CapturedPhoto object is returned which contains the captured photo.

Attributes

Remarks

MediaCapture.PrepareLowLagPhotoCaptureAsync must be called before CaptureAsync.

When this asynchronous method completes, a CapturedPhoto object is returned which contains the captured photo.

Applies to

See also