public abstract class CaptureSetting
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CaptureSetting.Value
This class is base for value of capture settings.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<CaptureSetting> |
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 a setting
|
CaptureSetting.Value |
getValue()
Returns the value of a setting
|
int |
hashCode() |
java.lang.String |
toString() |
public java.util.List<CaptureSetting> getAvailableSettings()
public java.lang.String getName()
public CaptureSetting.Value getValue()
null
if this instance was generated by constructor not having argument
and has never been given "value" by getCaptureSettings 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