|
Meeting SDK for Android API Reference
|
The size of user's video. More...
Public Member Functions | |
| VideoSize (int width, int height) | |
| int | getWidth () |
| Gets the width of the user's video. | |
| int | getHeight () |
| Gets the height of the user's video. | |
Private Attributes | |
| final int | width |
| final int | height |
The size of user's video.
Definition at line 6 of file VideoSize.java.
|
inline |
Definition at line 11 of file VideoSize.java.
|
inline |
Gets the height of the user's video.
Definition at line 30 of file VideoSize.java.
References height.
|
inline |
Gets the width of the user's video.
Definition at line 21 of file VideoSize.java.
References width.
|
private |
Definition at line 9 of file VideoSize.java.
Referenced by getHeight(), and VideoSize().
|
private |
Definition at line 8 of file VideoSize.java.
Referenced by getWidth(), and VideoSize().