FrameExposureControl
FrameExposureControl
FrameExposureControl
FrameExposureControl
Class
Definition
Represents the exposure time settings for a frame in a variable photo sequence.
public : sealed class FrameExposureControl : IFrameExposureControlpublic sealed class FrameExposureControl : IFrameExposureControlPublic NotInheritable Class FrameExposureControl Implements IFrameExposureControl// 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 ExposureControl property.
Properties
Auto Auto Auto Auto
Gets or sets a value indicating whether auto exposure is enabled for a frame in a variable photo sequence.
public : PlatForm::Boolean Auto { get; set; }public bool Auto { get; set; }Public ReadWrite Property Auto As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A value indicating whether auto exposure is enabled for a frame in a variable photo sequence.
Value Value Value Value
Gets or sets the exposure time for a frame in a variable photo sequence.
public : IReference<TimeSpan> Value { get; set; }public Nullable<TimeSpan> Value { get; set; }Public ReadWrite Property Value As Nullable<TimeSpan>// You can use this property in JavaScript.
- Value
- IReference<TimeSpan> Nullable<TimeSpan> Nullable<TimeSpan> Nullable<TimeSpan>
The exposure time for a frame in a variable photo sequence.