VariablePhotoSequenceController Class

Definition

Represents the settings for a variable photo sequence.

public ref class VariablePhotoSequenceController 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 VariablePhotoSequenceController 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 VariablePhotoSequenceController
Public NotInheritable Class VariablePhotoSequenceController
Inheritance
Object Platform::Object IInspectable VariablePhotoSequenceController
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Get an instance of this class by accessing the VariablePhotoSequenceController property.

For how-to guidance on capturing variable photo sequences, see Capture a photo sequence with VariablePhotoSequence.

Properties

DesiredFrameControllers

Gets the list of FrameController objects that determine the settings for each frame in a variable photo sequence.

FrameCapabilities

Gets a FrameControlCapabilities object that provides information about the variable photo sequence capabilities of the capture device.

MaxPhotosPerSecond

Gets the maximum number of photos that can be taken per second in a variable photo sequence.

PhotosPerSecondLimit

Gets or sets the number of photos that are taken per second in a variable photo sequence.

Supported

Gets a value that indicates whether variable photo sequences are supported by the capture device.

Methods

GetCurrentFrameRate()

Gets the current frame rate at which pictures can be taken in a variable photo sequence.

GetHighestConcurrentFrameRate(IMediaEncodingProperties)

Gets the highest frame rate supported when video and a variable photo sequence are being captured concurrently.

Applies to

See also