Package | Description |
---|---|
org.gstreamer |
Modifier and Type | Method and Description |
---|---|
static ElementFactory.ElementFactoryListType |
ElementFactory.ElementFactoryListType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementFactory.ElementFactoryListType[] |
ElementFactory.ElementFactoryListType.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.
|
Copyright © 2014. All rights reserved.