Package | Description |
---|---|
org.freedesktop.gstreamer |
Modifier and Type | Method and Description |
---|---|
PadDirection |
Pad.getDirection()
Get the direction of the pad.
|
PadDirection |
StaticPadTemplate.getDirection()
Get the direction (SINK, SRC) of the template.
|
PadDirection |
PadTemplate.getDirection()
Gets the direction of this template
|
static PadDirection |
PadDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PadDirection[] |
PadDirection.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.listGetElementsFilter(ElementFactory.ListType type,
PluginFeature.Rank minrank,
Caps caps,
PadDirection direction,
boolean subsetonly)
Get a list of factories that match the given parameter.
|
Constructor and Description |
---|
GhostPad(String name,
PadDirection direction)
Create a new ghostpad without a target with the given direction.
|
Pad(String name,
PadDirection direction)
Creates a new pad with the given name in the given direction.
|
PadTemplate(String nameTemplate,
PadDirection direction,
Caps caps)
Creates a new pad template with a name according to the given template,
with the given arguments and
PadPresence.ALWAYS |
PadTemplate(String nameTemplate,
PadDirection direction,
PadPresence presence,
Caps caps)
Creates a new pad template with a name according to the given template
and with the given arguments.
|
Copyright © 2019 gstreamer-java. All rights reserved.