Package net.filebot.mediainfo
Enum Class MediaInfo.InfoKind
- All Implemented Interfaces:
Serializable
,Comparable<MediaInfo.InfoKind>
,java.lang.constant.Constable
- Enclosing class:
MediaInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDomain of this piece of information.How this parameter is supported, could be N (No), B (Beta), R (Read only), W (Read/Write).More information about the parameter.Unique name of measure unit of parameter.Translated name of measure unit.Unique name of parameter.Translated name of parameter.See infooptions_t.Value of parameter. -
Method Summary
Modifier and TypeMethodDescriptionstatic MediaInfo.InfoKind
Returns the enum constant of this class with the specified name.static MediaInfo.InfoKind[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
Name
Unique name of parameter. -
Text
Value of parameter. -
Measure
Unique name of measure unit of parameter. -
Options
See infooptions_t. -
Name_Text
Translated name of parameter. -
Measure_Text
Translated name of measure unit. -
Info
More information about the parameter. -
HowTo
How this parameter is supported, could 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 class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-