Click or drag to resize

ISO Class

Derived class of CaptureSetting.
Inheritance Hierarchy

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

The ISO type exposes the following members.

Constructors
  NameDescription
Public methodISO
Initializes a new instance of the ISO 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