public enum ZoomSDKVideoResolution extends java.lang.Enum<ZoomSDKVideoResolution>
ZoomSDKRenderer.setRawDataResolution(ZoomSDKVideoResolution)
Enum Constant and Description |
---|
VideoResolution_180P
resolution 180P
|
VideoResolution_360P
resolution 360P
|
VideoResolution_720P
resolution 720P
|
VideoResolution_90P
resolution 90P
|
Modifier and Type | Method and Description |
---|---|
static ZoomSDKVideoResolution |
fromValue(int value) |
int |
getValue() |
static ZoomSDKVideoResolution |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZoomSDKVideoResolution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZoomSDKVideoResolution VideoResolution_90P
public static final ZoomSDKVideoResolution VideoResolution_180P
public static final ZoomSDKVideoResolution VideoResolution_360P
public static final ZoomSDKVideoResolution VideoResolution_720P
public static ZoomSDKVideoResolution[] values()
for (ZoomSDKVideoResolution c : ZoomSDKVideoResolution.values()) System.out.println(c);
public static ZoomSDKVideoResolution valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public static ZoomSDKVideoResolution fromValue(int value)