FrameExposureCapabilities FrameExposureCapabilities FrameExposureCapabilities FrameExposureCapabilities Class

Definition

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

public : sealed class FrameExposureCapabilities : IFrameExposureCapabilitiespublic sealed class FrameExposureCapabilities : IFrameExposureCapabilitiesPublic NotInheritable Class FrameExposureCapabilities Implements IFrameExposureCapabilities// 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 Exposure property.

Properties

Max Max Max Max

Gets the maximum exposure time supported by the capture device.

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

The maximum exposure time supported by the capture device.

Min Min Min Min

Gets the minimum exposure time supported by the capture device.

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

Gets the minimum exposure time supported by the capture device.

Step Step Step Step

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

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

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

Supported Supported Supported Supported

Gets a value that indicates if the capture device supports the exposure control for variable photo sequences.

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 exposure control; otherwise, false.