VariablePhotoCapturedEventArgs
VariablePhotoCapturedEventArgs
VariablePhotoCapturedEventArgs
VariablePhotoCapturedEventArgs
Class
Definition
Provides data for the PhotoCaptured event.
public : sealed class VariablePhotoCapturedEventArgs : IVariablePhotoCapturedEventArgspublic sealed class VariablePhotoCapturedEventArgs : IVariablePhotoCapturedEventArgsPublic NotInheritable Class VariablePhotoCapturedEventArgs Implements IVariablePhotoCapturedEventArgs// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Handle the VariablePhotoSequenceCapture.PhotoCaptured event to obtain an instance of this class.
Properties
CapturedFrameControlValues CapturedFrameControlValues CapturedFrameControlValues CapturedFrameControlValues
Gets a CapturedFrameControlValues object that indicates the capture settings used for the associated frame in a variable photo sequence.
public : CapturedFrameControlValues CapturedFrameControlValues { get; }public CapturedFrameControlValues CapturedFrameControlValues { get; }Public ReadOnly Property CapturedFrameControlValues As CapturedFrameControlValues// You can use this property in JavaScript.
- Value
- CapturedFrameControlValues CapturedFrameControlValues CapturedFrameControlValues CapturedFrameControlValues
A CapturedFrameControlValues object that indicates the capture settings used for the associated frame in a variable photo sequence.
CaptureTimeOffset CaptureTimeOffset CaptureTimeOffset CaptureTimeOffset
Gets the time offset of the capture of the associated frame in a variable photo sequence.
public : TimeSpan CaptureTimeOffset { get; }public TimeSpan CaptureTimeOffset { get; }Public ReadOnly Property CaptureTimeOffset As TimeSpan// You can use this property in JavaScript.
- Value
- TimeSpan TimeSpan TimeSpan TimeSpan
The time offset of the capture of the associated frame in a variable photo sequence.
Frame Frame Frame Frame
Gets a CapturedFrame object representing a captured frame of a variable photo sequence.
public : CapturedFrame Frame { get; }public CapturedFrame Frame { get; }Public ReadOnly Property Frame As CapturedFrame// You can use this property in JavaScript.
A CapturedFrame object representing a captured frame of a variable photo sequence.
UsedFrameControllerIndex UsedFrameControllerIndex UsedFrameControllerIndex UsedFrameControllerIndex
Gets an index value that indicates which element of the DesiredFrameControllers vector was used to specify the requested control values for the associated frame of a variable photo sequence.
public : IReference<uint> UsedFrameControllerIndex { get; }public Nullable<uint> UsedFrameControllerIndex { get; }Public ReadOnly Property UsedFrameControllerIndex As Nullable<uint>// You can use this property in JavaScript.
- Value
- IReference<unsigned int> Nullable<uint> Nullable<uint> Nullable<uint>
An index value that indicates which element of the DesiredFrameControllers vector was used to specify the requested control values for the associated frame of a variable photo sequence.