Click or drag to resize

ExposureCompensation Class

Derived class of CaptureSetting.
Inheritance Hierarchy

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public class ExposureCompensation : CaptureSetting

The ExposureCompensation type exposes the following members.

Constructors
  NameDescription
Public methodExposureCompensation
Initializes a new instance of the ExposureCompensation class
Top
Properties
  NameDescription
Public propertyAvailableSettings
Available capture settings value. A list of valid setting values that varies depending on the state and settings of the camera.
(Inherited from CaptureSetting.)
Public propertyName
Capture setting name.
(Inherited from CaptureSetting.)
Public propertyValue
Capture setting value.
(Inherited from CaptureSetting.)
Top
Methods
  NameDescription
Public methodEquals
Indicates whether some other setting values is "equal to" this one.
(Inherited from CaptureSetting.)
Top
Fields
See Also