Click or drag to resize

CaptureMethod Class

Derived class of CaptureSetting.
Inheritance Hierarchy

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

The CaptureMethod type exposes the following members.

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
  NameDescription
Public fieldStatic memberCaptureSettingName
CaptureMethod
Public fieldStatic memberMovie
Movie
Public fieldStatic memberStillImage
Still Image
Top
See Also