Freigeben über


LowLagPhotoSequenceCapture.StartAsync Methode

Definition

Beginnt asynchron mit der Aufnahme von Fotos.

public:
 virtual IAsyncAction ^ StartAsync() = StartAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction StartAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction StartAsync();
function startAsync()
Public Function StartAsync () As IAsyncAction

Gibt zurück

Objekt, das zum Steuern des asynchronen Vorgangs verwendet wird.

Attribute

Hinweise

MediaCapture.PrepareLowLagPhotoSequenceCaptureAsync muss vor StartAsync aufgerufen werden.

Fügen Sie dem PhotoCaptured-Ereignis einen Handler hinzu, um die aufgenommenen Fotos in der Sequenz abzurufen. PhotoCapturedEventArgs stellt die Daten für die erfassten Frames bereit. PhotoCapturedEventArgs.Frame enthält das aufgenommene Foto und PhotoCapturedEventArgs.Thumbnail enthält die Miniaturansicht.

Gilt für:

Weitere Informationen