Package com.amilesend.mediainfo.type
Enum InfoType
- All Implemented Interfaces:
Serializable
,Comparable<InfoType>
Defines the kind of info types available to parse from media files.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDomain of this piece of information.How this parameter is supported.More information about the parameter.Unit of parameter value.Translated name of the measurement unit.Parameter name.Translated name of the parameter.Indicates options for parsing.Parameter value. -
Method Summary
-
Enum Constant Details
-
Name
Parameter name. -
Text
Parameter value. -
Measure
Unit of parameter value. -
Options
Indicates options for parsing. -
NameText
Translated name of the parameter. -
MeasureText
Translated name of the measurement unit. -
Info
More information about the parameter. -
HowTo
How this parameter is supported. Values can be:N
(No)B
(Beta)R
(Read only)W
(Read/Write)
-
Domain
Domain of this piece of information.
-
-
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
-