public static enum LiveConstant.Template extends Enum<LiveConstant.Template>
| 枚举常量和说明 |
|---|
ALONE
纯视频(专业)
|
PORTRAIT_ALONE
纯视频(竖屏)
|
PORTRAIT_PPT
文档+视频(竖屏)
|
PPT
文档+视频(三分屏)
|
SEMINAR
研讨会
|
TOPCLASS
纯视频(极速)
|
public static final LiveConstant.Template PPT
public static final LiveConstant.Template ALONE
public static final LiveConstant.Template TOPCLASS
public static final LiveConstant.Template PORTRAIT_PPT
public static final LiveConstant.Template PORTRAIT_ALONE
public static final LiveConstant.Template SEMINAR
public static LiveConstant.Template[] values()
for (LiveConstant.Template c : LiveConstant.Template.values()) System.out.println(c);
public static LiveConstant.Template valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.