Package | Description |
---|---|
org.gstreamer |
Modifier and Type | Method and Description |
---|---|
static PluginFeature.Rank |
PluginFeature.Rank.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginFeature.Rank[] |
PluginFeature.Rank.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<ElementFactory> |
ElementFactory.listGetElement(ElementFactory.ElementFactoryListType type,
PluginFeature.Rank minrank)
Get a list of factories that match the given type.
|
static List<ElementFactory> |
ElementFactory.listGetElementFilter(ElementFactory.ElementFactoryListType type,
PluginFeature.Rank minrank,
Caps caps,
PadDirection direction,
boolean subsetonly)
Get a list of factories that match the given parameter.
|
void |
PluginFeature.setRank(PluginFeature.Rank rank) |
Copyright © 2014. All rights reserved.