FrameExposureCompensationCapabilities FrameExposureCompensationCapabilities FrameExposureCompensationCapabilities FrameExposureCompensationCapabilities Class

Definition

Provides information about the exposure compensation capabilities of the capture device for frames in a variable photo sequences.

public : sealed class FrameExposureCompensationCapabilities : IFrameExposureCompensationCapabilitiespublic sealed class FrameExposureCompensationCapabilities : IFrameExposureCompensationCapabilitiesPublic NotInheritable Class FrameExposureCompensationCapabilities Implements IFrameExposureCompensationCapabilities// 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)

Remarks

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

Properties

Max Max Max Max

Gets the maximum exposure compensation supported by the capture device.

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

The maximum exposure compensation supported by the capture device.

Min Min Min Min

Gets the minimum exposure compensation supported by the capture device.

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

The minimum exposure compensation supported by the capture device.

Step Step Step Step

Gets the smallest exposure time compensation increment supported by the capture device.

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

The smallest exposure time compensation increment supported by the capture device.

Supported Supported Supported Supported

Gets a value that indicates if the capture device supports the frame exposure compensation control for frames in a variable photo sequence.

public : PlatForm::Boolean Supported { get; }public bool Supported { get; }Public ReadOnly Property Supported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the capture device supports the frame exposure control; otherwise, false.