Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKVideoResolution.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
9
12
15
18
21
22 private int value;
23
25 this.value = value;
26 }
27
28 public int getValue() {
29 return value;
30 }
31
33 switch (value) {
34 case 0: {
36 }
37 case 1: {
39 }
40 case 2: {
42 }
43
44 case 3: {
46 }
47 }
49 }
50}
static ZoomSDKVideoResolution fromValue(int value)