Uses of Interface
org.gstreamer.lowlevel.GstAPI.GstCallback

Packages that use GstAPI.GstCallback
org.gstreamer.lowlevel   
 

Uses of GstAPI.GstCallback in org.gstreamer.lowlevel
 

Subinterfaces of GstAPI.GstCallback in org.gstreamer.lowlevel
static interface GstBusAPI.BusCallback
           
static interface GstElementAPI.GstElementClass.ChangeState
           
static interface GstElementAPI.GstElementClass.GetState
           
static interface GstElementAPI.GstElementClass.ReleasePad
           
static interface GstElementAPI.GstElementClass.RequestNewPad
           
static interface GstElementAPI.GstElementClass.SetState
           
static interface GstPadAPI.PadBlockCallback
           
static interface GstPadAPI.PadDataProbe
           
static interface GstPadAPI.PadEventProbe
           
static interface GstPadAPI.PadFixateCaps
           
static interface GstRegistryAPI.PluginFeatureFilter
           
static interface GstRegistryAPI.PluginFilter
           
static interface GstTagListAPI.TagForeachFunc
           
static interface GstTagListAPI.TagMergeFunc
           
 

Methods in org.gstreamer.lowlevel with parameters of type GstAPI.GstCallback
 void GstBusAPI.gst_bus_set_sync_handler(Bus bus, GstAPI.GstCallback function, com.sun.jna.Pointer data)
           
 com.sun.jna.NativeLong GstPadAPI.gst_pad_add_buffer_probe(Pad pad, GstAPI.GstCallback handler, com.sun.jna.Pointer data)