public static enum FfmpegCommandBuilder.VideoWatermarkPosition extends Enum<FfmpegCommandBuilder.VideoWatermarkPosition>
| Enum Constant and Description |
|---|
LeftBottom |
LeftTop |
RightBottom |
RightTop |
| Modifier and Type | Method and Description |
|---|---|
static FfmpegCommandBuilder.VideoWatermarkPosition |
getValue(int position) |
static FfmpegCommandBuilder.VideoWatermarkPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FfmpegCommandBuilder.VideoWatermarkPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FfmpegCommandBuilder.VideoWatermarkPosition LeftTop
public static final FfmpegCommandBuilder.VideoWatermarkPosition RightTop
public static final FfmpegCommandBuilder.VideoWatermarkPosition LeftBottom
public static final FfmpegCommandBuilder.VideoWatermarkPosition RightBottom
public static FfmpegCommandBuilder.VideoWatermarkPosition[] values()
for (FfmpegCommandBuilder.VideoWatermarkPosition c : FfmpegCommandBuilder.VideoWatermarkPosition.values()) System.out.println(c);
public static FfmpegCommandBuilder.VideoWatermarkPosition valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static FfmpegCommandBuilder.VideoWatermarkPosition getValue(int position)
Copyright © 2016. All Rights Reserved.