Freigeben über


MediaCapture.PrepareLowLagPhotoSequenceCaptureAsync Methode

Definition

Initialisiert die Fotosequenzaufnahme mit geringer Verschlussverzögerung und stellt das LowLagPhotoSequenceCapture-Objekt bereit, das zum Verwalten der Aufzeichnung verwendet wird.

public:
 virtual IAsyncOperation<LowLagPhotoSequenceCapture ^> ^ PrepareLowLagPhotoSequenceCaptureAsync(ImageEncodingProperties ^ type) = PrepareLowLagPhotoSequenceCaptureAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<LowLagPhotoSequenceCapture> PrepareLowLagPhotoSequenceCaptureAsync(ImageEncodingProperties const& type);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<LowLagPhotoSequenceCapture> PrepareLowLagPhotoSequenceCaptureAsync(ImageEncodingProperties type);
function prepareLowLagPhotoSequenceCaptureAsync(type)
Public Function PrepareLowLagPhotoSequenceCaptureAsync (type As ImageEncodingProperties) As IAsyncOperation(Of LowLagPhotoSequenceCapture)

Parameter

type
ImageEncodingProperties

Das für das Bild verwendete Codierungsprofil.

Gibt zurück

Nach Abschluss dieser Methode wird ein LowLagPhotoSequenceCapture-Objekt zurückgegeben, das zum Starten der Fotosequenzaufnahme verwendet werden kann.

Attribute

Windows-Anforderungen

App-Funktionen
backgroundMediaRecording

Hinweise

Verwenden Sie MediaCapture.PrepareLowLagPhotoSequenceCaptureAsync, um die Fotosequenzaufnahme zu initialisieren. Dies ist ein asynchroner Aufruf, der nach Abschluss ein LowLagPhotoSequenceCapture-Objekt zurückgibt, das verwendet wird, um die Fotosequenzaufnahme zu starten, indem LowLagPhotoSequenceCapture.StartAsync aufgerufen wird.

PrepareLowLagPhotoSequenceCaptureAsync muss vor LowLagPhotoSequenceCapture.StartAsync aufgerufen werden.

Gilt für: