public static enum FFMpegStoryBoardProcess.Arguments extends java.lang.Enum<FFMpegStoryBoardProcess.Arguments>
Enum Constant and Description |
---|
FRAME_COUNT |
FRAMES |
MAX_HEIGHT |
MAX_WIDTH |
PROCESS_ARGS |
START |
UPSCALE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArgumentName() |
java.lang.String |
getArgumentPrefix() |
static FFMpegStoryBoardProcess.Arguments |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FFMpegStoryBoardProcess.Arguments[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FFMpegStoryBoardProcess.Arguments PROCESS_ARGS
public static final FFMpegStoryBoardProcess.Arguments FRAME_COUNT
public static final FFMpegStoryBoardProcess.Arguments START
public static final FFMpegStoryBoardProcess.Arguments MAX_WIDTH
public static final FFMpegStoryBoardProcess.Arguments MAX_HEIGHT
public static final FFMpegStoryBoardProcess.Arguments UPSCALE
public static final FFMpegStoryBoardProcess.Arguments FRAMES
public static FFMpegStoryBoardProcess.Arguments[] values()
for (FFMpegStoryBoardProcess.Arguments c : FFMpegStoryBoardProcess.Arguments.values()) System.out.println(c);
public static FFMpegStoryBoardProcess.Arguments 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 java.lang.String getArgumentName()
public java.lang.String getArgumentPrefix()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"