VariablePhotoCapturedEventArgs 类

定义

PhotoCaptured 事件提供数据。

public ref class VariablePhotoCapturedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class VariablePhotoCapturedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class VariablePhotoCapturedEventArgs
Public NotInheritable Class VariablePhotoCapturedEventArgs
继承
Object Platform::Object IInspectable VariablePhotoCapturedEventArgs
属性

Windows 要求

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

注解

处理 VariablePhotoSequenceCapture.PhotoCaptured 事件以获取此类的实例。

属性

CapturedFrameControlValues

获取一个 CapturedFrameControlValues 对象,该对象指示用于可变照片序列中关联帧的捕获设置。

CaptureTimeOffset

获取可变照片序列中关联帧的捕获的时间偏移量。

Frame

获取一个 CapturedFrame 对象,该对象表示可变照片序列的捕获帧。

UsedFrameControllerIndex

获取一个索引值,该值指示使用 DesiredFrameControllers 向量中的哪个元素为可变照片序列的关联帧指定请求的控制值。

适用于