
public static enum CodecDescriptor.CodecProperty extends Enum<CodecDescriptor.CodecProperty>
| Enum Constant and Description |
|---|
PROP_BITMAP_SUB
Subtitle codec is bitmap based
|
PROP_INTRA_ONLY
Codec uses only intra compression.
Video codecs only. |
PROP_LOSSLESS
Codec supports lossless compression.
|
PROP_LOSSY
Codec supports lossy compression.
|
| Modifier and Type | Method and Description |
|---|---|
static CodecDescriptor.CodecProperty |
swigToEnum(int swigValue) |
int |
swigValue() |
static CodecDescriptor.CodecProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodecDescriptor.CodecProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodecDescriptor.CodecProperty PROP_INTRA_ONLY
public static final CodecDescriptor.CodecProperty PROP_LOSSY
public static final CodecDescriptor.CodecProperty PROP_LOSSLESS
public static final CodecDescriptor.CodecProperty PROP_BITMAP_SUB
public static CodecDescriptor.CodecProperty[] values()
for (CodecDescriptor.CodecProperty c : CodecDescriptor.CodecProperty.values()) System.out.println(c);
public static CodecDescriptor.CodecProperty 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 final int swigValue()
public static CodecDescriptor.CodecProperty swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.