| Package | Description |
|---|---|
| org.freedesktop.gstreamer |
| Modifier and Type | Method and Description |
|---|---|
static ElementFactory.ListType |
ElementFactory.ListType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementFactory.ListType[] |
ElementFactory.ListType.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.listGetElements(ElementFactory.ListType type,
PluginFeature.Rank minrank)
Get a list of factories that match the given type.
|
static List<ElementFactory> |
ElementFactory.listGetElementsFilter(ElementFactory.ListType type,
PluginFeature.Rank minrank,
Caps caps,
PadDirection direction,
boolean subsetonly)
Get a list of factories that match the given parameter.
|
Copyright © 2021 gstreamer-java. All rights reserved.