public class VideoResolution
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
height
The video frame height.
|
int |
width
The video frame width.
|
| Constructor and Description |
|---|
VideoResolution(int width,
int height)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Retrieve the video frame height.
|
int |
getWidth()
Retrieve the video frame width.
|
java.lang.String |
toString()
Write the dimensions to a
String. |
public int width
public int height