Uses of Interface
org.gstreamer.lowlevel.GlibAPI.GDestroyNotify

Packages that use GlibAPI.GDestroyNotify
org.gstreamer.lowlevel   
 

Uses of GlibAPI.GDestroyNotify in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel with parameters of type GlibAPI.GDestroyNotify
 void GlibAPI.g_source_set_callback(GSource source, GlibAPI.GSourceFunc callback, java.lang.Object data, GlibAPI.GDestroyNotify destroy)
           
 int GlibAPI.g_timeout_add_full(int priority, int interval, GlibAPI.GSourceFunc function, com.sun.jna.Pointer data, GlibAPI.GDestroyNotify notify)