Share via


LowLagPhotoCapture.CaptureAsync Methode

Definition

Erfasst asynchron ein Foto mit geringer Verschlussverzögerung.

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)

Gibt zurück

Nach Abschluss dieser Methode wird ein CapturedPhoto-Objekt zurückgegeben, das das aufgenommene Foto enthält.

Attribute

Hinweise

MediaCapture.PrepareLowLagPhotoCaptureAsync muss vor CaptureAsync aufgerufen werden.

Nach Abschluss dieser asynchronen Methode wird ein CapturedPhoto-Objekt zurückgegeben, das das aufgenommene Foto enthält.

Gilt für:

Weitere Informationen