public class VideoFormat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
fps |
private int |
height |
private int |
width |
| Constructor and Description |
|---|
VideoFormat() |
VideoFormat(int width,
int height,
int fps) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFps() |
int |
getHeight() |
int |
getWidth() |
void |
setFps(int fps) |
void |
setHeight(int height) |
void |
setWidth(int width) |