Share via


VariablePhotoSequenceCapture Klasse

Definition

Stellt Methoden und Ereignisse bereit, die die Erfassung variabler Fotosequenzen ermöglichen.

public ref class VariablePhotoSequenceCapture sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
class VariablePhotoSequenceCapture final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
public sealed class VariablePhotoSequenceCapture
Public NotInheritable Class VariablePhotoSequenceCapture
Vererbung
Object Platform::Object IInspectable VariablePhotoSequenceCapture
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Rufen Sie die MediaCapture.PrepareVariablePhotoSequenceCaptureAsync-Methode auf, um eine instance dieser Klasse zu erhalten.

Nachdem Sie eine variable Fotosequenzaufnahme gestartet haben, müssen Sie die Aufnahme variabler Fotosequenzen beenden, indem Sie StopAsync aufrufen, bevor Ihre App versucht, Videos mit dem MediaCapture-Objekt aufzuzeichnen.

Anleitungen zur Verwendung von VariablePhotoSequenceCapture finden Sie unter Erfassen einer Fotosequenz mit VariablePhotoSequence.

Methoden

FinishAsync()

Gibt das VariablePhotoSequenceCapture-Objekt und die ressourcen, die vom Erfassungsvorgang verwendet werden, asynchron frei.

StartAsync()

Startet die Erfassung variabler Fotosequenzrahmen.

StopAsync()

Beendet die Aufnahme variabler Fotosequenzrahmen.

UpdateSettingsAsync()

Updates die Framesteuerelementwerte der variablen Fotosequenz.

Ereignisse

PhotoCaptured

Tritt auf, wenn ein Frame einer variablen Fotosequenz erfasst wird.

Stopped

Tritt auf, wenn das VariablePhotoSequenceCapture-Objekt die Aufnahme von Frames für eine variable Fotosequenz beendet.

Gilt für:

Weitere Informationen