- All Implemented Interfaces:
Serializable
,Comparable<ParseFlag>
,java.lang.constant.Constable
Parse flags used by libvlc_media_parse_with_options().
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionInteract with the user (via libvlc_dialog_cbs) when preparsing this item (and not its sub items).Fetch meta and covert art using local resourcesFetch meta and covert art using network resourcesParse media if it's a local fileParse media even if it's a network file -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
PARSE_LOCAL
Parse media if it's a local file -
PARSE_NETWORK
Parse media even if it's a network file -
FETCH_LOCAL
Fetch meta and covert art using local resources -
FETCH_NETWORK
Fetch meta and covert art using network resources -
DO_INTERACT
Interact with the user (via libvlc_dialog_cbs) when preparsing this item (and not its sub items). Set this flag in order to receive a callback when the input is asking for credentials.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
parseFlag
-
intValue
public int intValue()
-