FrameController FrameController FrameController FrameController Class

Definition

Represents the settings for a frame in a variable photo sequence.

public : sealed class FrameController : IFrameController, IFrameController2public sealed class FrameController : IFrameController, IFrameController2Public NotInheritable Class FrameController Implements IFrameController, IFrameController2// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

FrameController() FrameController() FrameController() FrameController()

Initializes a new instance of the FrameController class.

public : FrameController()public FrameController()Public Sub New()// You can use this method in JavaScript.

Properties

ExposureCompensationControl ExposureCompensationControl ExposureCompensationControl ExposureCompensationControl

Gets the exposure compensation settings for a frame in a variable photo sequence.

public : FrameExposureCompensationControl ExposureCompensationControl { get; }public FrameExposureCompensationControl ExposureCompensationControl { get; }Public ReadOnly Property ExposureCompensationControl As FrameExposureCompensationControl// You can use this property in JavaScript.
Value
FrameExposureCompensationControl FrameExposureCompensationControl FrameExposureCompensationControl FrameExposureCompensationControl

The exposure compensation settings for a frame in a variable photo sequence.

ExposureControl ExposureControl ExposureControl ExposureControl

Gets the exposure settings for a frame in a variable photo sequence.

public : FrameExposureControl ExposureControl { get; }public FrameExposureControl ExposureControl { get; }Public ReadOnly Property ExposureControl As FrameExposureControl// You can use this property in JavaScript.
Value
FrameExposureControl FrameExposureControl FrameExposureControl FrameExposureControl

The exposure settings for a frame in a variable photo sequence.

FlashControl FlashControl FlashControl FlashControl

Gets the flash settings for a frame in a variable photo sequence.

public : FrameFlashControl FlashControl { get; }public FrameFlashControl FlashControl { get; }Public ReadOnly Property FlashControl As FrameFlashControl// You can use this property in JavaScript.
Value
FrameFlashControl FrameFlashControl FrameFlashControl FrameFlashControl

The flash settings for a frame in a variable photo sequence.

FocusControl FocusControl FocusControl FocusControl

Gets the focus settings for a frame in a variable photo sequence.

public : FrameFocusControl FocusControl { get; }public FrameFocusControl FocusControl { get; }Public ReadOnly Property FocusControl As FrameFocusControl// You can use this property in JavaScript.
Value
FrameFocusControl FrameFocusControl FrameFocusControl FrameFocusControl

The focus settings for a frame in a variable photo sequence.

IsoSpeedControl IsoSpeedControl IsoSpeedControl IsoSpeedControl

Gets the ISO speed settings for a frame in a variable photo sequence.

public : FrameIsoSpeedControl IsoSpeedControl { get; }public FrameIsoSpeedControl IsoSpeedControl { get; }Public ReadOnly Property IsoSpeedControl As FrameIsoSpeedControl// You can use this property in JavaScript.
Value
FrameIsoSpeedControl FrameIsoSpeedControl FrameIsoSpeedControl FrameIsoSpeedControl

The ISO speed settings for a frame in a variable photo sequence.

PhotoConfirmationEnabled PhotoConfirmationEnabled PhotoConfirmationEnabled PhotoConfirmationEnabled

Gets or sets whether photo confirmation is enabled for a frame in a variable photo sequence.

public : IReference<bool> PhotoConfirmationEnabled { get; set; }public Nullable<bool> PhotoConfirmationEnabled { get; set; }Public ReadWrite Property PhotoConfirmationEnabled As Nullable<bool>// You can use this property in JavaScript.
Value
IReference<PlatForm::Boolean> Nullable<bool> Nullable<bool> Nullable<bool>

Whether photo confirmation is enabled for a frame in a variable photo sequence.