VariablePhotoSequenceCapture Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.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
- Inheritance
- Attributes
Windows 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. |