VariablePhotoSequenceCapture 类

定义

提供用于捕获可变照片序列的方法和事件。

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
继承
Object Platform::Object IInspectable VariablePhotoSequenceCapture
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

调用 MediaCapture.PrepareVariablePhotoSequenceCaptureAsync 方法以获取此类的实例。

开始可变照片序列捕获后,必须在应用尝试使用 MediaCapture 对象录制视频之前,通过调用 StopAsync 来停止可变照片序列捕获。

有关使用 VariablePhotoSequenceCapture 的操作指南,请参阅 使用 VariablePhotoSequence 捕获照片序列

方法

FinishAsync()

异步释放捕获操作使用的 VariablePhotoSequenceCapture 对象和资源。

StartAsync()

开始捕获可变照片序列帧。

StopAsync()

停止捕获可变照片序列帧。

UpdateSettingsAsync()

汇报可变照片序列的帧控件值。

事件

PhotoCaptured

在捕获可变照片序列的帧时发生。

Stopped

VariablePhotoSequenceCapture 对象停止捕获可变照片序列的帧时发生。

适用于

另请参阅