public abstract class CameraDeviceSetting
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CameraDeviceSetting.Value
This class is base for value of camera settings.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<CameraDeviceSetting> |
getAvailableSettings()
Returns the valid settings that varies depending on the state and setting of the camera
device
|
java.lang.String |
getName()
Returns the name of the setting
|
CameraDeviceSetting.Value |
getValue()
Returns the value of a setting
|
int |
hashCode() |
java.lang.String |
toString() |
public java.util.List<CameraDeviceSetting> getAvailableSettings()
public java.lang.String getName()
public CameraDeviceSetting.Value getValue()
null
if this instance was generated by constructor not having argument
and has never been given "value" by getCameraDeviceSettings methodpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object