public static enum HutoolCommon.HutoolVideo extends Enum<HutoolCommon.HutoolVideo>
Enum Constant and Description |
---|
DURATION_10 |
DURATION_5 |
FPS_5 |
RATIO_1_1 |
RATIO_16_9 |
RATIO_21_9 |
RATIO_3_4 |
RATIO_4_3 |
RATIO_9_16 |
RESOLUTION_5 |
WATERMARK_FALSE |
WATERMARK_TRUE |
Modifier and Type | Method and Description |
---|---|
String |
getType() |
Object |
getValue() |
static HutoolCommon.HutoolVideo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HutoolCommon.HutoolVideo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HutoolCommon.HutoolVideo RATIO_16_9
public static final HutoolCommon.HutoolVideo RATIO_4_3
public static final HutoolCommon.HutoolVideo RATIO_1_1
public static final HutoolCommon.HutoolVideo RATIO_3_4
public static final HutoolCommon.HutoolVideo RATIO_9_16
public static final HutoolCommon.HutoolVideo RATIO_21_9
public static final HutoolCommon.HutoolVideo DURATION_5
public static final HutoolCommon.HutoolVideo DURATION_10
public static final HutoolCommon.HutoolVideo FPS_5
public static final HutoolCommon.HutoolVideo RESOLUTION_5
public static final HutoolCommon.HutoolVideo WATERMARK_TRUE
public static final HutoolCommon.HutoolVideo WATERMARK_FALSE
public static HutoolCommon.HutoolVideo[] values()
for (HutoolCommon.HutoolVideo c : HutoolCommon.HutoolVideo.values()) System.out.println(c);
public static HutoolCommon.HutoolVideo 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 String getType()
public Object getValue()
Copyright © 2025. All rights reserved.