js.dev.cam.web
Class VideoTryFormatResults

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

public class VideoTryFormatResults
extends Results
implements java.io.Serializable

The VideoTryFormatResults class.

Author:
soldan
See Also:
Serialized Form

Constructor Summary
VideoTryFormatResults()
          Constructor.
VideoTryFormatResults(ERROR error)
          Constructor.
 
Method Summary
 int getHeight()
           
static long getSerialVersionUID()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
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

VideoTryFormatResults

public VideoTryFormatResults()
Constructor.


VideoTryFormatResults

public VideoTryFormatResults(ERROR error)
Constructor.

Parameters:
error - the error to set.
Method Detail

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

getSerialVersionUID

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