|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PadTemplate | |
---|---|
org.gstreamer | |
org.gstreamer.lowlevel |
Uses of PadTemplate in org.gstreamer |
---|
Constructors in org.gstreamer with parameters of type PadTemplate | |
---|---|
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. |
Uses of PadTemplate in org.gstreamer.lowlevel |
---|
Methods in org.gstreamer.lowlevel that return PadTemplate | |
---|---|
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)
|
Methods in org.gstreamer.lowlevel with parameters of type PadTemplate | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |