FrameControlCapabilities
FrameControlCapabilities
FrameControlCapabilities
FrameControlCapabilities
Class
Definition
Provides information about the variable photo sequence capabilities of the capture device.
public : sealed class FrameControlCapabilities : IFrameControlCapabilities, IFrameControlCapabilities2public sealed class FrameControlCapabilities : IFrameControlCapabilities, IFrameControlCapabilities2Public NotInheritable Class FrameControlCapabilities Implements IFrameControlCapabilities, IFrameControlCapabilities2// 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 FrameCapabilities property.
Properties
Exposure Exposure Exposure Exposure
Gets the exposure capabilities of the capture device for variable photo sequences.
public : FrameExposureCapabilities Exposure { get; }public FrameExposureCapabilities Exposure { get; }Public ReadOnly Property Exposure As FrameExposureCapabilities// You can use this property in JavaScript.
- Value
- FrameExposureCapabilities FrameExposureCapabilities FrameExposureCapabilities FrameExposureCapabilities
The exposure capabilities of the capture device for variable photo sequences.
ExposureCompensation ExposureCompensation ExposureCompensation ExposureCompensation
Gets the exposure compensation capabilities of the capture device for variable photo sequences.
public : FrameExposureCompensationCapabilities ExposureCompensation { get; }public FrameExposureCompensationCapabilities ExposureCompensation { get; }Public ReadOnly Property ExposureCompensation As FrameExposureCompensationCapabilities// You can use this property in JavaScript.
- Value
- FrameExposureCompensationCapabilities FrameExposureCompensationCapabilities FrameExposureCompensationCapabilities FrameExposureCompensationCapabilities
The exposure capabilities of the capture device for variable photo sequences.
Flash Flash Flash Flash
Gets the flash capabilities of the capture device for variable photo sequences.
public : FrameFlashCapabilities Flash { get; }public FrameFlashCapabilities Flash { get; }Public ReadOnly Property Flash As FrameFlashCapabilities// You can use this property in JavaScript.
The flash capabilities of the capture device for variable photo sequences.
Focus Focus Focus Focus
Gets the focus capabilities of the capture device for variable photo sequences.
public : FrameFocusCapabilities Focus { get; }public FrameFocusCapabilities Focus { get; }Public ReadOnly Property Focus As FrameFocusCapabilities// You can use this property in JavaScript.
The focus capabilities of the capture device for variable photo sequences.
IsoSpeed IsoSpeed IsoSpeed IsoSpeed
Gets the ISO speed capabilities of the capture device for variable photo sequences.
public : FrameIsoSpeedCapabilities IsoSpeed { get; }public FrameIsoSpeedCapabilities IsoSpeed { get; }Public ReadOnly Property IsoSpeed As FrameIsoSpeedCapabilities// You can use this property in JavaScript.
- Value
- FrameIsoSpeedCapabilities FrameIsoSpeedCapabilities FrameIsoSpeedCapabilities FrameIsoSpeedCapabilities
The ISO speed capabilities of the capture device for variable photo sequences.
PhotoConfirmationSupported PhotoConfirmationSupported PhotoConfirmationSupported PhotoConfirmationSupported
Gets whether the capture device supports photo confirmation for variable photo sequences.
public : PlatForm::Boolean PhotoConfirmationSupported { get; }public bool PhotoConfirmationSupported { get; }Public ReadOnly Property PhotoConfirmationSupported As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
Whether the capture device supports photo confirmation for variable photo sequences.