Package | Description |
---|---|
org.gstreamer | |
org.gstreamer.lowlevel |
Modifier and Type | Method and Description |
---|---|
PadDirection |
StaticPadTemplate.getDirection()
Get the direction (SINK, SRC) of the template.
|
PadDirection |
Pad.getDirection()
Get the direction of the pad.
|
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.listFilter(List<ElementFactory> list,
Caps caps,
PadDirection direction,
boolean subsetonly)
Filter out all the elementfactories in list that can handle caps in the
given direction.
|
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.
|
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
and with the given arguments.
|
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.
|
Modifier and Type | Field and Description |
---|---|
PadDirection |
GstPadTemplateAPI.GstStaticPadTemplate.direction |
Modifier and Type | Method and Description |
---|---|
PadDirection |
GstPadAPI.gst_pad_get_direction(Pad pad) |
Modifier and Type | Method and Description |
---|---|
Caps |
BaseTransformAPI.TransformCaps.callback(BaseTransform trans,
PadDirection direction,
Caps caps) |
boolean |
BaseTransformAPI.AcceptCaps.callback(BaseTransform trans,
PadDirection direction,
Caps caps) |
void |
BaseTransformAPI.FixateCaps.callback(BaseTransform trans,
PadDirection direction,
Caps caps,
Caps othercaps) |
boolean |
BaseTransformAPI.TransformSize.callback(BaseTransform trans,
PadDirection direction,
Caps caps,
int size,
Caps othercaps,
com.sun.jna.ptr.IntByReference othersize) |
GlibAPI.GList |
GstElementFactoryAPI.gst_element_factory_list_filter(GlibAPI.GList list,
Caps caps,
PadDirection direction,
boolean subsetonly) |
Pad |
GstPadAPI.gst_pad_new(String name,
PadDirection direction) |
PadTemplate |
GstPadTemplateAPI.gst_pad_template_new(String name_template,
PadDirection direction,
PadPresence presence,
Caps caps) |
com.sun.jna.Pointer |
GstPadTemplateAPI.ptr_gst_pad_template_new(String name_template,
PadDirection direction,
PadPresence presence,
Caps caps) |
Copyright © 2014. All rights reserved.