FrameIsoSpeedControl
FrameIsoSpeedControl
FrameIsoSpeedControl
FrameIsoSpeedControl
Class
Definition
Represents the ISO speed settings for a frame in a variable photo sequence.
public : sealed class FrameIsoSpeedControl : IFrameIsoSpeedControlpublic sealed class FrameIsoSpeedControl : IFrameIsoSpeedControlPublic NotInheritable Class FrameIsoSpeedControl Implements IFrameIsoSpeedControl// 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 IsoSpeedControl property.
Properties
Auto Auto Auto Auto
Gets or sets a value indicating whether ISO speed is automatically set 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
True if the ISO speed is automatically set for a frame in a variable photo sequence; otherwise, false.
Value Value Value Value
Gets or sets the ISO speed for a frame in a variable photo sequence.
public : IReference<uint> Value { get; set; }public Nullable<uint> Value { get; set; }Public ReadWrite Property Value As Nullable<uint>// You can use this property in JavaScript.
- Value
- IReference<unsigned int> Nullable<uint> Nullable<uint> Nullable<uint>
The ISO speed for a frame in a variable photo sequence.