public interface GstPadTemplateAPI
extends com.sun.jna.Library
Modifier and Type | Interface and Description |
---|---|
static class |
GstPadTemplateAPI.GstStaticPadTemplate |
Modifier and Type | Field and Description |
---|---|
static GstPadTemplateAPI |
GSTPADTEMPLATE_API |
Modifier and Type | Method and Description |
---|---|
void |
gst_element_class_add_pad_template(com.sun.jna.Pointer klass,
PadTemplate templ) |
PadTemplate |
gst_element_class_get_pad_template(com.sun.jna.Pointer element_class,
java.lang.String name) |
Caps |
gst_pad_template_get_caps(PadTemplate template) |
GType |
gst_pad_template_get_type() |
PadTemplate |
gst_pad_template_new(java.lang.String name_template,
PadDirection direction,
PadPresence presence,
Caps caps) |
void |
gst_pad_template_pad_created(PadTemplate templ,
Pad pad) |
Caps |
gst_static_pad_template_get_caps(GstPadTemplateAPI.GstStaticPadTemplate template) |
GType |
gst_static_pad_template_get_type() |
PadTemplate |
gst_static_pad_template_get(GstPadTemplateAPI.GstStaticPadTemplate pad_template) |
com.sun.jna.Pointer |
ptr_gst_pad_template_new(java.lang.String name_template,
PadDirection direction,
PadPresence presence,
Caps caps) |
static final GstPadTemplateAPI GSTPADTEMPLATE_API
void gst_element_class_add_pad_template(com.sun.jna.Pointer klass, PadTemplate templ)
PadTemplate gst_element_class_get_pad_template(com.sun.jna.Pointer element_class, java.lang.String name)
GType gst_pad_template_get_type()
GType gst_static_pad_template_get_type()
com.sun.jna.Pointer ptr_gst_pad_template_new(java.lang.String name_template, PadDirection direction, PadPresence presence, Caps caps)
PadTemplate gst_pad_template_new(java.lang.String name_template, PadDirection direction, PadPresence presence, Caps caps)
PadTemplate gst_static_pad_template_get(GstPadTemplateAPI.GstStaticPadTemplate pad_template)
Caps gst_static_pad_template_get_caps(GstPadTemplateAPI.GstStaticPadTemplate template)
Caps gst_pad_template_get_caps(PadTemplate template)
void gst_pad_template_pad_created(PadTemplate templ, Pad pad)