Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVideoResolution.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
7
8
11
14
17
20
23
26
27 private int value;
28
30 this.value = value;
31 }
32
37 public int getValue() {
38 return value;
39 }
40
47 switch (value) {
48 case 0: {
50 }
51 case 1: {
53 }
54 case 2: {
56 }
57
58 case 3: {
60 }
61 case 4: {
63 }
64 }
66 }
67
68
69}
ZoomVideoSDKResolution_Auto
The resolution is changed automatically according to the size of the view, only available for video c...
int getValue()
Gets the value (enum constant) associated with the video resolution.
static ZoomVideoSDKVideoResolution fromValue(int value)
Converts the value to the specific ZoomVideoSDKVideoResolution enum.