VariablePhotoSequenceCapture 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于捕获可变照片序列的方法和事件。
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
- 继承
- 属性
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 对象停止捕获可变照片序列的帧时发生。 |