Package | Description |
---|---|
org.gstreamer.lowlevel |
Modifier and Type | Method and Description |
---|---|
GhostPad |
GstGhostPadAPI.gst_ghost_pad_new_from_template(String name,
Pad target,
PadTemplate templ) |
GhostPad |
GstGhostPadAPI.gst_ghost_pad_new_no_target_from_template(String name,
PadTemplate templ) |
GhostPad |
GstGhostPadAPI.gst_ghost_pad_new_no_target(String name,
int direction) |
GhostPad |
GstGhostPadAPI.gst_ghost_pad_new(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) |
Copyright © 2014. All rights reserved.