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