public enum ForceOriginalAspectRatio extends Enum<ForceOriginalAspectRatio>
| Enum Constant and Description |
|---|
DECREASE
The output video dimensions will automatically be decreased if needed.
|
DISABLE
Scale the video as specified and disable this feature.
|
INCREASE
The output video dimensions will automatically be increased if needed.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandLine() |
static ForceOriginalAspectRatio |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForceOriginalAspectRatio[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForceOriginalAspectRatio DISABLE
public static final ForceOriginalAspectRatio DECREASE
public static final ForceOriginalAspectRatio INCREASE
public static ForceOriginalAspectRatio[] values()
for (ForceOriginalAspectRatio c : ForceOriginalAspectRatio.values()) System.out.println(c);
public static ForceOriginalAspectRatio 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 getCommandLine()
Copyright © 2020. All rights reserved.