public class VideoSize extends Object implements Serializable
| Constructor and Description |
|---|
VideoSize(int width,
int height)
It builds the bean.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Returns the video height.
|
int |
getWidth()
Returns the video width.
|
String |
toString() |
Copyright © 2018. All rights reserved.