public static enum PasterTrack.Type extends java.lang.Enum<PasterTrack.Type>
| Enum Constant and Description |
|---|
bubble_caption
气泡字幕
|
caption
新字幕
|
gif
动态贴纸
|
photo
静态贴纸
|
roll_captions
翻转字幕
|
subtitle
字幕
|
| Modifier and Type | Method and Description |
|---|---|
static PasterTrack.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PasterTrack.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PasterTrack.Type photo
public static final PasterTrack.Type gif
public static final PasterTrack.Type subtitle
public static final PasterTrack.Type bubble_caption
public static final PasterTrack.Type caption
public static final PasterTrack.Type roll_captions
public static PasterTrack.Type[] values()
for (PasterTrack.Type c : PasterTrack.Type.values()) System.out.println(c);
public static PasterTrack.Type 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 null