Uses of Interface
org.gstreamer.interfaces.GstInterface.ListElementCreator

Packages that use GstInterface.ListElementCreator
org.gstreamer.interfaces   
 

Uses of GstInterface.ListElementCreator in org.gstreamer.interfaces
 

Methods in org.gstreamer.interfaces with parameters of type GstInterface.ListElementCreator
protected
<T extends GObject>
java.util.List<T>
GstInterface.objectList(org.gstreamer.lowlevel.GlibAPI.GList glist, GstInterface.ListElementCreator<T> creator)
          Build a List of Object from the native GList.