Uses of Class
org.gstreamer.GhostPad

Packages that use GhostPad
org.gstreamer.lowlevel   
 

Uses of GhostPad in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel that return GhostPad
 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)
           
 

Methods in org.gstreamer.lowlevel with parameters of type GhostPad
 Pad GstGhostPadAPI.gst_ghost_pad_get_target(GhostPad gpad)
           
 boolean GstGhostPadAPI.gst_ghost_pad_set_target(GhostPad gpad, Pad newtarget)