
public static enum Property.Flags extends Enum<Property.Flags>
| Enum Constant and Description |
|---|
FLAG_AUDIO_PARAM |
FLAG_DECODING_PARAM |
FLAG_ENCODING_PARAM |
FLAG_FILTERING_PARAM |
FLAG_METADATA |
FLAG_SUBTITLE_PARAM |
FLAG_VIDEO_PARAM |
| Modifier and Type | Method and Description |
|---|---|
static Property.Flags |
swigToEnum(int swigValue) |
int |
swigValue() |
static Property.Flags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Property.Flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Property.Flags FLAG_ENCODING_PARAM
public static final Property.Flags FLAG_DECODING_PARAM
public static final Property.Flags FLAG_METADATA
public static final Property.Flags FLAG_AUDIO_PARAM
public static final Property.Flags FLAG_VIDEO_PARAM
public static final Property.Flags FLAG_SUBTITLE_PARAM
public static final Property.Flags FLAG_FILTERING_PARAM
public static Property.Flags[] values()
for (Property.Flags c : Property.Flags.values()) System.out.println(c);
public static Property.Flags 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 Property.Flags swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.