public interface GstGhostPadAPI
extends com.sun.jna.Library
Modifier and Type | Field and Description |
---|---|
static GstGhostPadAPI |
GSTGHOSTPAD_API |
Modifier and Type | Method and Description |
---|---|
Pad |
gst_ghost_pad_get_target(GhostPad gpad) |
GType |
gst_ghost_pad_get_type() |
GhostPad |
gst_ghost_pad_new_from_template(java.lang.String name,
Pad target,
PadTemplate templ) |
GhostPad |
gst_ghost_pad_new_no_target_from_template(java.lang.String name,
PadTemplate templ) |
GhostPad |
gst_ghost_pad_new_no_target(java.lang.String name,
int direction) |
GhostPad |
gst_ghost_pad_new(java.lang.String name,
Pad target) |
boolean |
gst_ghost_pad_set_target(GhostPad gpad,
Pad newtarget) |
com.sun.jna.Pointer |
ptr_gst_ghost_pad_new_from_template(java.lang.String name,
Pad target,
PadTemplate templ) |
com.sun.jna.Pointer |
ptr_gst_ghost_pad_new_no_target_from_template(java.lang.String name,
PadTemplate templ) |
com.sun.jna.Pointer |
ptr_gst_ghost_pad_new_no_target(java.lang.String name,
int direction) |
com.sun.jna.Pointer |
ptr_gst_ghost_pad_new(java.lang.String name,
Pad target) |
static final GstGhostPadAPI GSTGHOSTPAD_API
GType gst_ghost_pad_get_type()
com.sun.jna.Pointer ptr_gst_ghost_pad_new(java.lang.String name, Pad target)
com.sun.jna.Pointer ptr_gst_ghost_pad_new_no_target(java.lang.String name, int direction)
com.sun.jna.Pointer ptr_gst_ghost_pad_new_from_template(java.lang.String name, Pad target, PadTemplate templ)
com.sun.jna.Pointer ptr_gst_ghost_pad_new_no_target_from_template(java.lang.String name, PadTemplate templ)
GhostPad gst_ghost_pad_new_no_target(java.lang.String name, int direction)
GhostPad gst_ghost_pad_new_from_template(java.lang.String name, Pad target, PadTemplate templ)
GhostPad gst_ghost_pad_new_no_target_from_template(java.lang.String name, PadTemplate templ)