VariablePhotoSequenceCapture Class
Definition
Provides methods and events that enable the capture of variable photo sequences.
public ref class VariablePhotoSequenceCapture sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.DualApiPartition(version=167772160)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
class VariablePhotoSequenceCapture sealed
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.DualApiPartition(version=167772160)]
[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
- Inheritance
-
VariablePhotoSequenceCapture
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Remarks
Call the MediaCapture.PrepareVariablePhotoSequenceCaptureAsync method to obtain an instance of this class.
After starting a variable photo sequence capture, you must stop the variable photo sequence capture by calling StopAsync before your app attempts to record video with the MediaCapture object.
For how-to guidance for using VariablePhotoSequenceCapture, see Capture a photo sequence with VariablePhotoSequence.
Methods
FinishAsync() |
Asynchronously releases the VariablePhotoSequenceCapture object and resources used by the capture operation. |
StartAsync() |
Starts the capturing of variable photo sequence frames. |
StopAsync() |
Stops the capturing of variable photo sequence frames. |
UpdateSettingsAsync() |
Updates the frame control values of the variable photo sequence. |
Events
PhotoCaptured |
Occurs when a frame of a variable photo sequence is captured. |
Stopped |
Occurs when the VariablePhotoSequenceCapture object stops capturing frames for a variable photo sequence. |