FrameIsoSpeedCapabilities
FrameIsoSpeedCapabilities
FrameIsoSpeedCapabilities
FrameIsoSpeedCapabilities
Class
Definition
Provides information about the ISO speed capabilities of the capture device for frames in a variable photo sequences.
public : sealed class FrameIsoSpeedCapabilities : IFrameIsoSpeedCapabilitiespublic sealed class FrameIsoSpeedCapabilities : IFrameIsoSpeedCapabilitiesPublic NotInheritable Class FrameIsoSpeedCapabilities Implements IFrameIsoSpeedCapabilities// You can use this class in JavaScript.
- Attributes
| 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 IsoSpeed property.
Properties
Max Max Max Max
Gets the maximum ISO speed supported by the capture device for a frame in a variable photo sequence.
public : unsigned int Max { get; }public uint Max { get; }Public ReadOnly Property Max As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The maximum ISO speed supported by the capture device for a frame in a variable photo sequence.
Min Min Min Min
The minimum ISO speed supported by the capture device for a frame in a variable photo sequence.
public : unsigned int Min { get; }public uint Min { get; }Public ReadOnly Property Min As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The minimum ISO speed supported by the capture device for a frame in a variable photo sequence.
Step Step Step Step
Gets the smallest ISO speed increment supported by the capture device for a frame in a variable photo sequence, specified in millimeters.
public : unsigned int Step { get; }public uint Step { get; }Public ReadOnly Property Step As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The smallest ISO speed increment supported by the capture device for a frame in a variable photo sequence, specified in millimeters.
Supported Supported Supported Supported
Gets a value that indicates if the capture device supports the ISO speed 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 ISO speed control; otherwise, false.