PhotoConfirmationCapturedEventArgs 类

定义

PhotoConfirmationCaptured 事件提供数据。

public ref class PhotoConfirmationCapturedEventArgs 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 PhotoConfirmationCapturedEventArgs 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 PhotoConfirmationCapturedEventArgs
Public NotInheritable Class PhotoConfirmationCapturedEventArgs
继承
Object Platform::Object IInspectable PhotoConfirmationCapturedEventArgs
属性

Windows 要求

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

注解

处理 MediaCapture.PhotoConfirmationCaptured 事件以获取此类的实例。

属性

CaptureTimeOffset

获取从捕获开始到捕获与事件关联的帧的时间偏移量。

Frame

获取捕获的帧。

适用于