Package | Description |
---|---|
org.gstreamer.lowlevel |
Modifier and Type | Method and Description |
---|---|
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) |
GhostPad |
GstGhostPadAPI.gst_ghost_pad_new_no_target(java.lang.String name,
int direction) |
GhostPad |
GstGhostPadAPI.gst_ghost_pad_new(java.lang.String name,
Pad target) |
Modifier and Type | Method and Description |
---|---|
Pad |
GstGhostPadAPI.gst_ghost_pad_get_target(GhostPad gpad) |
boolean |
GstGhostPadAPI.gst_ghost_pad_set_target(GhostPad gpad,
Pad newtarget) |