org.gstreamer
public static enum PluginFeature.Rank extends Enum<PluginFeature.Rank>
Enum Constant and Description |
---|
GST_RANK_MARGINAL |
GST_RANK_NONE |
GST_RANK_PRIMARY |
GST_RANK_SECONDARY |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static PluginFeature.Rank |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginFeature.Rank[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginFeature.Rank GST_RANK_NONE
public static final PluginFeature.Rank GST_RANK_MARGINAL
public static final PluginFeature.Rank GST_RANK_SECONDARY
public static final PluginFeature.Rank GST_RANK_PRIMARY
public static PluginFeature.Rank[] values()
for (PluginFeature.Rank c : PluginFeature.Rank.values()) System.out.println(c);
public static PluginFeature.Rank 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 int getValue()
Copyright © 2014. All rights reserved.