js.dev.cam.web
Class VideoGetControlsResults

java.lang.Object
  extended by js.dev.Results
      extended by js.dev.cam.web.VideoGetControlsResults
All Implemented Interfaces:
java.io.Serializable

public class VideoGetControlsResults
extends Results
implements java.io.Serializable

The VideoGetControlsResults class.

Author:
soldan
See Also:
Serialized Form

Constructor Summary
VideoGetControlsResults()
          Constructor.
VideoGetControlsResults(ERROR error)
          Constructor.
 
Method Summary
 int getDefAutoGain()
           
 int getDefAutoWhiteBalance()
           
 int getDefBlackLevel()
           
 int getDefBlueBalance()
           
 int getDefBrightness()
           
 int getDefContrast()
           
 int getDefDoWhiteBalance()
           
 int getDefExposure()
           
 int getDefGain()
           
 int getDefGamma()
           
 int getDefHue()
           
 int getDefRedBalance()
           
 int getDefSaturation()
           
 int getMaxAutoGain()
           
 int getMaxAutoWhiteBalance()
           
 int getMaxBlackLevel()
           
 int getMaxBlueBalance()
           
 int getMaxBrightness()
           
 int getMaxContrast()
           
 int getMaxDoWhiteBalance()
           
 int getMaxExposure()
           
 int getMaxGain()
           
 int getMaxGamma()
           
 int getMaxHue()
           
 int getMaxRedBalance()
           
 int getMaxSaturation()
           
 int getMinAutoGain()
           
 int getMinAutoWhiteBalance()
           
 int getMinBlackLevel()
           
 int getMinBlueBalance()
           
 int getMinBrightness()
           
 int getMinContrast()
           
 int getMinDoWhiteBalance()
           
 int getMinExposure()
           
 int getMinGain()
           
 int getMinGamma()
           
 int getMinHue()
           
 int getMinRedBalance()
           
 int getMinSaturation()
           
static long getSerialVersionUID()
           
 int getStepAutoGain()
           
 int getStepAutoWhiteBalance()
           
 int getStepBlackLevel()
           
 int getStepBlueBalance()
           
 int getStepBrightness()
           
 int getStepContrast()
           
 int getStepDoWhiteBalance()
           
 int getStepExposure()
           
 int getStepGain()
           
 int getStepGamma()
           
 int getStepHue()
           
 int getStepRedBalance()
           
 int getStepSaturation()
           
 boolean isBAutoGain()
           
 boolean isBAutoWhiteBalance()
           
 boolean isBBlackLevel()
           
 boolean isBBlueBalance()
           
 boolean isBBrightness()
           
 boolean isBContrast()
           
 boolean isBDoWhiteBalance()
           
 boolean isBExposure()
           
 boolean isBGain()
           
 boolean isBGamma()
           
 boolean isBHue()
           
 boolean isBRedBalance()
           
 boolean isBSaturation()
           
 void setBAutoGain(boolean autoGain)
           
 void setBAutoWhiteBalance(boolean autoWhiteBalance)
           
 void setBBlackLevel(boolean blackLevel)
           
 void setBBlueBalance(boolean blueBalance)
           
 void setBBrightness(boolean brightness)
           
 void setBContrast(boolean contrast)
           
 void setBDoWhiteBalance(boolean doWhiteBalance)
           
 void setBExposure(boolean exposure)
           
 void setBGain(boolean gain)
           
 void setBGamma(boolean gamma)
           
 void setBHue(boolean hue)
           
 void setBRedBalance(boolean redBalance)
           
 void setBSaturation(boolean saturation)
           
 void setDefAutoGain(int defAutoGain)
           
 void setDefAutoWhiteBalance(int defAutoWhiteBalance)
           
 void setDefBlackLevel(int defBlackLevel)
           
 void setDefBlueBalance(int defBlueBalance)
           
 void setDefBrightness(int defBrightness)
           
 void setDefContrast(int defContrast)
           
 void setDefDoWhiteBalance(int defDoWhiteBalance)
           
 void setDefExposure(int defExposure)
           
 void setDefGain(int defGain)
           
 void setDefGamma(int defGamma)
           
 void setDefHue(int defHue)
           
 void setDefRedBalance(int defRedBalance)
           
 void setDefSaturation(int defSaturation)
           
 void setMaxAutoGain(int maxAutoGain)
           
 void setMaxAutoWhiteBalance(int maxAutoWhiteBalance)
           
 void setMaxBlackLevel(int maxBlackLevel)
           
 void setMaxBlueBalance(int maxBlueBalance)
           
 void setMaxBrightness(int maxBrightness)
           
 void setMaxContrast(int maxContrast)
           
 void setMaxDoWhiteBalance(int maxDoWhiteBalance)
           
 void setMaxExposure(int maxExposure)
           
 void setMaxGain(int maxGain)
           
 void setMaxGamma(int maxGamma)
           
 void setMaxHue(int maxHue)
           
 void setMaxRedBalance(int maxRedBalance)
           
 void setMaxSaturation(int maxSaturation)
           
 void setMinAutoGain(int minAutoGain)
           
 void setMinAutoWhiteBalance(int minAutoWhiteBalance)
           
 void setMinBlackLevel(int minBlackLevel)
           
 void setMinBlueBalance(int minBlueBalance)
           
 void setMinBrightness(int minBrightness)
           
 void setMinContrast(int minContrast)
           
 void setMinDoWhiteBalance(int minDoWhiteBalance)
           
 void setMinExposure(int minExposure)
           
 void setMinGain(int minGain)
           
 void setMinGamma(int minGamma)
           
 void setMinHue(int minHue)
           
 void setMinRedBalance(int minRedBalance)
           
 void setMinSaturation(int minSaturation)
           
 void setStepAutoGain(int stepAutoGain)
           
 void setStepAutoWhiteBalance(int stepAutoWhiteBalance)
           
 void setStepBlackLevel(int stepBlackLevel)
           
 void setStepBlueBalance(int stepBlueBalance)
           
 void setStepBrightness(int stepBrightness)
           
 void setStepContrast(int stepContrast)
           
 void setStepDoWhiteBalance(int stepDoWhiteBalance)
           
 void setStepExposure(int stepExposure)
           
 void setStepGain(int stepGain)
           
 void setStepGamma(int stepGamma)
           
 void setStepHue(int stepHue)
           
 void setStepRedBalance(int stepRedBalance)
           
 void setStepSaturation(int stepSaturation)
           
 
Methods inherited from class js.dev.Results
getError, setError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoGetControlsResults

public VideoGetControlsResults()
Constructor.


VideoGetControlsResults

public VideoGetControlsResults(ERROR error)
Constructor.

Parameters:
error - the error to set.
Method Detail

getSerialVersionUID

public static final long getSerialVersionUID()
Returns:
the serialVersionUID.

isBBrightness

public final boolean isBBrightness()
Returns:
the bBrightness

setBBrightness

public final void setBBrightness(boolean brightness)
Parameters:
brightness - the bBrightness to set

getMinBrightness

public final int getMinBrightness()
Returns:
the minBrightness

setMinBrightness

public final void setMinBrightness(int minBrightness)
Parameters:
minBrightness - the minBrightness to set

getMaxBrightness

public final int getMaxBrightness()
Returns:
the maxBrightness

setMaxBrightness

public final void setMaxBrightness(int maxBrightness)
Parameters:
maxBrightness - the maxBrightness to set

getStepBrightness

public final int getStepBrightness()
Returns:
the stepBrightness

setStepBrightness

public final void setStepBrightness(int stepBrightness)
Parameters:
stepBrightness - the stepBrightness to set

getDefBrightness

public final int getDefBrightness()
Returns:
the defBrightness

setDefBrightness

public final void setDefBrightness(int defBrightness)
Parameters:
defBrightness - the defBrightness to set

isBBlackLevel

public final boolean isBBlackLevel()
Returns:
the bBlackLevel

setBBlackLevel

public final void setBBlackLevel(boolean blackLevel)
Parameters:
blackLevel - the bBlackLevel to set

getMinBlackLevel

public final int getMinBlackLevel()
Returns:
the minBlackLevel

setMinBlackLevel

public final void setMinBlackLevel(int minBlackLevel)
Parameters:
minBlackLevel - the minBlackLevel to set

getMaxBlackLevel

public final int getMaxBlackLevel()
Returns:
the maxBlackLevel

setMaxBlackLevel

public final void setMaxBlackLevel(int maxBlackLevel)
Parameters:
maxBlackLevel - the maxBlackLevel to set

getStepBlackLevel

public final int getStepBlackLevel()
Returns:
the stepBlackLevel

setStepBlackLevel

public final void setStepBlackLevel(int stepBlackLevel)
Parameters:
stepBlackLevel - the stepBlackLevel to set

getDefBlackLevel

public final int getDefBlackLevel()
Returns:
the defBlackLevel

setDefBlackLevel

public final void setDefBlackLevel(int defBlackLevel)
Parameters:
defBlackLevel - the defBlackLevel to set

isBAutoWhiteBalance

public final boolean isBAutoWhiteBalance()
Returns:
the bAutoWhiteBalance

setBAutoWhiteBalance

public final void setBAutoWhiteBalance(boolean autoWhiteBalance)
Parameters:
autoWhiteBalance - the bAutoWhiteBalance to set

getMinAutoWhiteBalance

public final int getMinAutoWhiteBalance()
Returns:
the minAutoWhiteBalance

setMinAutoWhiteBalance

public final void setMinAutoWhiteBalance(int minAutoWhiteBalance)
Parameters:
minAutoWhiteBalance - the minAutoWhiteBalance to set

getMaxAutoWhiteBalance

public final int getMaxAutoWhiteBalance()
Returns:
the maxAutoWhiteBalance

setMaxAutoWhiteBalance

public final void setMaxAutoWhiteBalance(int maxAutoWhiteBalance)
Parameters:
maxAutoWhiteBalance - the maxAutoWhiteBalance to set

getStepAutoWhiteBalance

public final int getStepAutoWhiteBalance()
Returns:
the stepAutoWhiteBalance

setStepAutoWhiteBalance

public final void setStepAutoWhiteBalance(int stepAutoWhiteBalance)
Parameters:
stepAutoWhiteBalance - the stepAutoWhiteBalance to set

getDefAutoWhiteBalance

public final int getDefAutoWhiteBalance()
Returns:
the defAutoWhiteBalance

setDefAutoWhiteBalance

public final void setDefAutoWhiteBalance(int defAutoWhiteBalance)
Parameters:
defAutoWhiteBalance - the defAutoWhiteBalance to set

isBDoWhiteBalance

public final boolean isBDoWhiteBalance()
Returns:
the bDoWhiteBalance

setBDoWhiteBalance

public final void setBDoWhiteBalance(boolean doWhiteBalance)
Parameters:
doWhiteBalance - the bDoWhiteBalance to set

getMinDoWhiteBalance

public final int getMinDoWhiteBalance()
Returns:
the minDoWhiteBalance

setMinDoWhiteBalance

public final void setMinDoWhiteBalance(int minDoWhiteBalance)
Parameters:
minDoWhiteBalance - the minDoWhiteBalance to set

getMaxDoWhiteBalance

public final int getMaxDoWhiteBalance()
Returns:
the maxDoWhiteBalance

setMaxDoWhiteBalance

public final void setMaxDoWhiteBalance(int maxDoWhiteBalance)
Parameters:
maxDoWhiteBalance - the maxDoWhiteBalance to set

getStepDoWhiteBalance

public final int getStepDoWhiteBalance()
Returns:
the stepDoWhiteBalance

setStepDoWhiteBalance

public final void setStepDoWhiteBalance(int stepDoWhiteBalance)
Parameters:
stepDoWhiteBalance - the stepDoWhiteBalance to set

getDefDoWhiteBalance

public final int getDefDoWhiteBalance()
Returns:
the defDoWhiteBalance

setDefDoWhiteBalance

public final void setDefDoWhiteBalance(int defDoWhiteBalance)
Parameters:
defDoWhiteBalance - the defDoWhiteBalance to set

isBRedBalance

public final boolean isBRedBalance()
Returns:
the bRedBalance

setBRedBalance

public final void setBRedBalance(boolean redBalance)
Parameters:
redBalance - the bRedBalance to set

getMinRedBalance

public final int getMinRedBalance()
Returns:
the minRedBalance

setMinRedBalance

public final void setMinRedBalance(int minRedBalance)
Parameters:
minRedBalance - the minRedBalance to set

getMaxRedBalance

public final int getMaxRedBalance()
Returns:
the maxRedBalance

setMaxRedBalance

public final void setMaxRedBalance(int maxRedBalance)
Parameters:
maxRedBalance - the maxRedBalance to set

getStepRedBalance

public final int getStepRedBalance()
Returns:
the stepRedBalance

setStepRedBalance

public final void setStepRedBalance(int stepRedBalance)
Parameters:
stepRedBalance - the stepRedBalance to set

getDefRedBalance

public final int getDefRedBalance()
Returns:
the defRedBalance

setDefRedBalance

public final void setDefRedBalance(int defRedBalance)
Parameters:
defRedBalance - the defRedBalance to set

isBBlueBalance

public final boolean isBBlueBalance()
Returns:
the bBlueBalance

setBBlueBalance

public final void setBBlueBalance(boolean blueBalance)
Parameters:
blueBalance - the bBlueBalance to set

getMinBlueBalance

public final int getMinBlueBalance()
Returns:
the minBlueBalance

setMinBlueBalance

public final void setMinBlueBalance(int minBlueBalance)
Parameters:
minBlueBalance - the minBlueBalance to set

getMaxBlueBalance

public final int getMaxBlueBalance()
Returns:
the maxBlueBalance

setMaxBlueBalance

public final void setMaxBlueBalance(int maxBlueBalance)
Parameters:
maxBlueBalance - the maxBlueBalance to set

getStepBlueBalance

public final int getStepBlueBalance()
Returns:
the stepBlueBalance

setStepBlueBalance

public final void setStepBlueBalance(int stepBlueBalance)
Parameters:
stepBlueBalance - the stepBlueBalance to set

getDefBlueBalance

public final int getDefBlueBalance()
Returns:
the defBlueBalance

setDefBlueBalance

public final void setDefBlueBalance(int defBlueBalance)
Parameters:
defBlueBalance - the defBlueBalance to set

isBGamma

public final boolean isBGamma()
Returns:
the bGamma

setBGamma

public final void setBGamma(boolean gamma)
Parameters:
gamma - the bGamma to set

getMinGamma

public final int getMinGamma()
Returns:
the minGamma

setMinGamma

public final void setMinGamma(int minGamma)
Parameters:
minGamma - the minGamma to set

getMaxGamma

public final int getMaxGamma()
Returns:
the maxGamma

setMaxGamma

public final void setMaxGamma(int maxGamma)
Parameters:
maxGamma - the maxGamma to set

getStepGamma

public final int getStepGamma()
Returns:
the stepGamma

setStepGamma

public final void setStepGamma(int stepGamma)
Parameters:
stepGamma - the stepGamma to set

getDefGamma

public final int getDefGamma()
Returns:
the defGamma

setDefGamma

public final void setDefGamma(int defGamma)
Parameters:
defGamma - the defGamma to set

isBContrast

public final boolean isBContrast()
Returns:
the bContrast

setBContrast

public final void setBContrast(boolean contrast)
Parameters:
contrast - the bContrast to set

getMinContrast

public final int getMinContrast()
Returns:
the minContrast

setMinContrast

public final void setMinContrast(int minContrast)
Parameters:
minContrast - the minContrast to set

getMaxContrast

public final int getMaxContrast()
Returns:
the maxContrast

setMaxContrast

public final void setMaxContrast(int maxContrast)
Parameters:
maxContrast - the maxContrast to set

getStepContrast

public final int getStepContrast()
Returns:
the stepContrast

setStepContrast

public final void setStepContrast(int stepContrast)
Parameters:
stepContrast - the stepContrast to set

getDefContrast

public final int getDefContrast()
Returns:
the defContrast

setDefContrast

public final void setDefContrast(int defContrast)
Parameters:
defContrast - the defContrast to set

isBSaturation

public final boolean isBSaturation()
Returns:
the bSaturation

setBSaturation

public final void setBSaturation(boolean saturation)
Parameters:
saturation - the bSaturation to set

getMinSaturation

public final int getMinSaturation()
Returns:
the minSaturation

setMinSaturation

public final void setMinSaturation(int minSaturation)
Parameters:
minSaturation - the minSaturation to set

getMaxSaturation

public final int getMaxSaturation()
Returns:
the maxSaturation

setMaxSaturation

public final void setMaxSaturation(int maxSaturation)
Parameters:
maxSaturation - the maxSaturation to set

getStepSaturation

public final int getStepSaturation()
Returns:
the stepSaturation

setStepSaturation

public final void setStepSaturation(int stepSaturation)
Parameters:
stepSaturation - the stepSaturation to set

getDefSaturation

public final int getDefSaturation()
Returns:
the defSaturation

setDefSaturation

public final void setDefSaturation(int defSaturation)
Parameters:
defSaturation - the defSaturation to set

isBHue

public final boolean isBHue()
Returns:
the bHue

setBHue

public final void setBHue(boolean hue)
Parameters:
hue - the bHue to set

getMinHue

public final int getMinHue()
Returns:
the minHue

setMinHue

public final void setMinHue(int minHue)
Parameters:
minHue - the minHue to set

getMaxHue

public final int getMaxHue()
Returns:
the maxHue

setMaxHue

public final void setMaxHue(int maxHue)
Parameters:
maxHue - the maxHue to set

getStepHue

public final int getStepHue()
Returns:
the stepHue

setStepHue

public final void setStepHue(int stepHue)
Parameters:
stepHue - the stepHue to set

getDefHue

public final int getDefHue()
Returns:
the defHue

setDefHue

public final void setDefHue(int defHue)
Parameters:
defHue - the defHue to set

isBExposure

public final boolean isBExposure()
Returns:
the bExposure

setBExposure

public final void setBExposure(boolean exposure)
Parameters:
exposure - the bExposure to set

getMinExposure

public final int getMinExposure()
Returns:
the minExposure

setMinExposure

public final void setMinExposure(int minExposure)
Parameters:
minExposure - the minExposure to set

getMaxExposure

public final int getMaxExposure()
Returns:
the maxExposure

setMaxExposure

public final void setMaxExposure(int maxExposure)
Parameters:
maxExposure - the maxExposure to set

getStepExposure

public final int getStepExposure()
Returns:
the stepExposure

setStepExposure

public final void setStepExposure(int stepExposure)
Parameters:
stepExposure - the stepExposure to set

getDefExposure

public final int getDefExposure()
Returns:
the defExposure

setDefExposure

public final void setDefExposure(int defExposure)
Parameters:
defExposure - the defExposure to set

isBGain

public final boolean isBGain()
Returns:
the bGain

setBGain

public final void setBGain(boolean gain)
Parameters:
gain - the bGain to set

getMinGain

public final int getMinGain()
Returns:
the minGain

setMinGain

public final void setMinGain(int minGain)
Parameters:
minGain - the minGain to set

getMaxGain

public final int getMaxGain()
Returns:
the maxGain

setMaxGain

public final void setMaxGain(int maxGain)
Parameters:
maxGain - the maxGain to set

getStepGain

public final int getStepGain()
Returns:
the stepGain

setStepGain

public final void setStepGain(int stepGain)
Parameters:
stepGain - the stepGain to set

getDefGain

public final int getDefGain()
Returns:
the defGain

setDefGain

public final void setDefGain(int defGain)
Parameters:
defGain - the defGain to set

isBAutoGain

public final boolean isBAutoGain()
Returns:
the bAutoGain

setBAutoGain

public final void setBAutoGain(boolean autoGain)
Parameters:
autoGain - the bAutoGain to set

getMinAutoGain

public final int getMinAutoGain()
Returns:
the minAutoGain

setMinAutoGain

public final void setMinAutoGain(int minAutoGain)
Parameters:
minAutoGain - the minAutoGain to set

getMaxAutoGain

public final int getMaxAutoGain()
Returns:
the maxAutoGain

setMaxAutoGain

public final void setMaxAutoGain(int maxAutoGain)
Parameters:
maxAutoGain - the maxAutoGain to set

getStepAutoGain

public final int getStepAutoGain()
Returns:
the stepAutoGain

setStepAutoGain

public final void setStepAutoGain(int stepAutoGain)
Parameters:
stepAutoGain - the stepAutoGain to set

getDefAutoGain

public final int getDefAutoGain()
Returns:
the defAutoGain

setDefAutoGain

public final void setDefAutoGain(int defAutoGain)
Parameters:
defAutoGain - the defAutoGain to set