public static enum MediaInfo.InfoKind extends Enum<MediaInfo.InfoKind>
| Enum Constant and Description |
|---|
Domain
Domain of this piece of information.
|
HowTo
How this parameter is supported, could be N (No), B (Beta), R (Read only), W (Read/Write).
|
Info
More information about the parameter.
|
Measure
Unique name of measure unit of parameter.
|
Measure_Text
Translated name of measure unit.
|
Name
Unique name of parameter.
|
Name_Text
Translated name of parameter.
|
Options |
Text
Value of parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static MediaInfo.InfoKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaInfo.InfoKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaInfo.InfoKind Name
public static final MediaInfo.InfoKind Text
public static final MediaInfo.InfoKind Measure
public static final MediaInfo.InfoKind Options
public static final MediaInfo.InfoKind Name_Text
public static final MediaInfo.InfoKind Measure_Text
public static final MediaInfo.InfoKind Info
public static final MediaInfo.InfoKind HowTo
public static final MediaInfo.InfoKind Domain
public static MediaInfo.InfoKind[] values()
for (MediaInfo.InfoKind c : MediaInfo.InfoKind.values()) System.out.println(c);
public static MediaInfo.InfoKind 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 nullCopyright © 2019 Kurento. All rights reserved.