public static enum RongCallCommon.CallVideoProfile extends java.lang.Enum<RongCallCommon.CallVideoProfile>
限定符和类型 | 方法和说明 |
---|---|
static RongCallCommon.CallVideoProfile |
getCallVideoProfile(java.lang.String value) |
static RongCallCommon.CallVideoProfile |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static RongCallCommon.CallVideoProfile[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final RongCallCommon.CallVideoProfile VD_144x176_15f
public static final RongCallCommon.CallVideoProfile VD_144x176_24f
public static final RongCallCommon.CallVideoProfile VD_144x176_30f
public static final RongCallCommon.CallVideoProfile VD_144x256_15f
public static final RongCallCommon.CallVideoProfile VD_144x256_24f
public static final RongCallCommon.CallVideoProfile VD_144x256_30f
public static final RongCallCommon.CallVideoProfile VD_240x240_15f
public static final RongCallCommon.CallVideoProfile VD_240x240_24f
public static final RongCallCommon.CallVideoProfile VD_240x240_30f
public static final RongCallCommon.CallVideoProfile VD_240x320_15f
public static final RongCallCommon.CallVideoProfile VD_240x320_24f
public static final RongCallCommon.CallVideoProfile VD_240x320_30f
public static final RongCallCommon.CallVideoProfile VD_360x480_15f
public static final RongCallCommon.CallVideoProfile VD_360x480_24f
public static final RongCallCommon.CallVideoProfile VD_360x480_30f
public static final RongCallCommon.CallVideoProfile VD_360x640_15f
public static final RongCallCommon.CallVideoProfile VD_360x640_24f
public static final RongCallCommon.CallVideoProfile VD_360x640_30f
public static final RongCallCommon.CallVideoProfile VD_368x640_15f
public static final RongCallCommon.CallVideoProfile VD_368x640_24f
public static final RongCallCommon.CallVideoProfile VD_368x640_30f
public static final RongCallCommon.CallVideoProfile VD_480x640_15f
public static final RongCallCommon.CallVideoProfile VD_480x640_24f
public static final RongCallCommon.CallVideoProfile VD_480x640_30f
public static final RongCallCommon.CallVideoProfile VD_480x720_15f
public static final RongCallCommon.CallVideoProfile VD_480x720_24f
public static final RongCallCommon.CallVideoProfile VD_480x720_30f
public static final RongCallCommon.CallVideoProfile VD_480x854_15f
public static final RongCallCommon.CallVideoProfile VD_480x854_24f
public static final RongCallCommon.CallVideoProfile VD_480x854_30f
public static final RongCallCommon.CallVideoProfile VD_720x1280_15f
public static final RongCallCommon.CallVideoProfile VD_720x1280_24f
public static final RongCallCommon.CallVideoProfile VD_720x1280_30f
public static final RongCallCommon.CallVideoProfile VD_1080x1920_15f
public static final RongCallCommon.CallVideoProfile VD_1080x1920_24f
public static final RongCallCommon.CallVideoProfile VD_1080x1920_30f
public static RongCallCommon.CallVideoProfile[] values()
for (RongCallCommon.CallVideoProfile c : RongCallCommon.CallVideoProfile.values()) System.out.println(c);
public static RongCallCommon.CallVideoProfile valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值public static RongCallCommon.CallVideoProfile getCallVideoProfile(java.lang.String value)
Copyright © 2020 RongCloud. All Rights Reserved.