MediaCapture.PrepareVariablePhotoSequenceCaptureAsync Methode

Definition

Initialisiert die Aufnahme von Variablen-Fotosequenzen und stellt das VariablePhotoSequenceCapture-Objekt bereit, das zum Verwalten der Aufzeichnung verwendet wird.

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

Parameter

type
ImageEncodingProperties

Das für das Bild verwendete Codierungsprofil.

Gibt zurück

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

Attribute

Windows-Anforderungen

App-Funktionen
backgroundMediaRecording

Gilt für: