Package | Description |
---|---|
org.gstreamer | |
org.gstreamer.lowlevel |
Constructor and Description |
---|
GhostPad(java.lang.String name,
Pad target,
PadTemplate template)
Create a new ghostpad with target as the target.
|
GhostPad(java.lang.String name,
PadTemplate template)
Create a new ghostpad based on template, without setting a target.
|
Pad(PadTemplate template,
java.lang.String name)
Creates a new pad with the given name from the given template.
|
Modifier and Type | Method and Description |
---|---|
PadTemplate |
GstPadTemplateAPI.gst_element_class_get_pad_template(com.sun.jna.Pointer element_class,
java.lang.String name) |
PadTemplate |
GstPadAPI.gst_pad_get_pad_template(Pad pad) |
PadTemplate |
GstPadTemplateAPI.gst_pad_template_new(java.lang.String name_template,
PadDirection direction,
PadPresence presence,
Caps caps) |
PadTemplate |
GstPadTemplateAPI.gst_static_pad_template_get(GstPadTemplateAPI.GstStaticPadTemplate pad_template) |
Modifier and Type | Method and Description |
---|---|
void |
GstPadTemplateAPI.gst_element_class_add_pad_template(com.sun.jna.Pointer klass,
PadTemplate templ) |
GhostPad |
GstGhostPadAPI.gst_ghost_pad_new_from_template(java.lang.String name,
Pad target,
PadTemplate templ) |
GhostPad |
GstGhostPadAPI.gst_ghost_pad_new_no_target_from_template(java.lang.String name,
PadTemplate templ) |
Pad |
GstPadAPI.gst_pad_new_from_template(PadTemplate templ,
java.lang.String name) |
Caps |
GstPadTemplateAPI.gst_pad_template_get_caps(PadTemplate template) |
void |
GstPadTemplateAPI.gst_pad_template_pad_created(PadTemplate templ,
Pad pad) |
com.sun.jna.Pointer |
GstGhostPadAPI.ptr_gst_ghost_pad_new_from_template(java.lang.String name,
Pad target,
PadTemplate templ) |
com.sun.jna.Pointer |
GstGhostPadAPI.ptr_gst_ghost_pad_new_no_target_from_template(java.lang.String name,
PadTemplate templ) |