js.dev.cam.web
Class VideoSetGainParams
java.lang.Object
js.dev.Params
js.dev.cam.web.VideoSetGainParams
- All Implemented Interfaces:
- java.io.Serializable
public class VideoSetGainParams
- extends Params
- implements java.io.Serializable
The VideoSetGainParams class.
- Author:
- soldan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VideoSetGainParams
public VideoSetGainParams()
- Constructor.
VideoSetGainParams
public VideoSetGainParams(int gain)
- Constructor.
getSerialVersionUID
public static final long getSerialVersionUID()
- Returns:
- the serialVersionUID.
getGain
public final int getGain()
- Returns:
- the gain
setGain
public final void setGain(int gain)
- Parameters:
gain
- the gain to set