| Package | Description |
|---|---|
| org.freedesktop.gstreamer | |
| org.freedesktop.gstreamer.device |
| 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.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.
|
void |
PluginFeature.setRank(PluginFeature.Rank rank)
Set the rank for the plugin feature.
|
| Modifier and Type | Method and Description |
|---|---|
static List<DeviceProviderFactory> |
DeviceProviderFactory.getDeviceProviders(PluginFeature.Rank minRank)
Get a list of factories with a rank greater or equal to minrank .
|
Copyright © 2021 gstreamer-java. All rights reserved.