Uses of Interface
org.gstreamer.lowlevel.GstPadAPI.PadBlockCallback

Packages that use GstPadAPI.PadBlockCallback
org.gstreamer   
org.gstreamer.lowlevel   
 

Uses of GstPadAPI.PadBlockCallback in org.gstreamer
 

Methods in org.gstreamer with parameters of type GstPadAPI.PadBlockCallback
 boolean Pad.setBlockedAsync(boolean blocked, GstPadAPI.PadBlockCallback callback)
           
 

Uses of GstPadAPI.PadBlockCallback in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel with parameters of type GstPadAPI.PadBlockCallback
 boolean GstPadAPI.gst_pad_set_blocked_async(Pad pad, boolean blocked, GstPadAPI.PadBlockCallback callback, com.sun.jna.Pointer userData)