org.gstreamer.lowlevel
Interface GstGhostPadAPI

All Superinterfaces:
com.sun.jna.Library

public interface GstGhostPadAPI
extends com.sun.jna.Library

GstGhostPad functions


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
static GstGhostPadAPI GSTGHOSTPAD_API
           
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 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)
           
 

Field Detail

GSTGHOSTPAD_API

static final GstGhostPadAPI GSTGHOSTPAD_API
Method Detail

gst_ghost_pad_get_type

GType gst_ghost_pad_get_type()

ptr_gst_ghost_pad_new

com.sun.jna.Pointer ptr_gst_ghost_pad_new(java.lang.String name,
                                          Pad target)

ptr_gst_ghost_pad_new_no_target

com.sun.jna.Pointer ptr_gst_ghost_pad_new_no_target(java.lang.String name,
                                                    int direction)

ptr_gst_ghost_pad_new_from_template

com.sun.jna.Pointer ptr_gst_ghost_pad_new_from_template(java.lang.String name,
                                                        Pad target,
                                                        PadTemplate templ)

ptr_gst_ghost_pad_new_no_target_from_template

com.sun.jna.Pointer ptr_gst_ghost_pad_new_no_target_from_template(java.lang.String name,
                                                                  PadTemplate templ)

gst_ghost_pad_new

GhostPad gst_ghost_pad_new(java.lang.String name,
                           Pad target)

gst_ghost_pad_new_no_target

GhostPad gst_ghost_pad_new_no_target(java.lang.String name,
                                     int direction)

gst_ghost_pad_new_from_template

GhostPad gst_ghost_pad_new_from_template(java.lang.String name,
                                         Pad target,
                                         PadTemplate templ)

gst_ghost_pad_new_no_target_from_template

GhostPad gst_ghost_pad_new_no_target_from_template(java.lang.String name,
                                                   PadTemplate templ)

gst_ghost_pad_get_target

Pad gst_ghost_pad_get_target(GhostPad gpad)

gst_ghost_pad_set_target

boolean gst_ghost_pad_set_target(GhostPad gpad,
                                 Pad newtarget)