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