Uses of Class
org.gstreamer.interfaces.PropertyProbe

Packages that use PropertyProbe
org.gstreamer.interfaces   
org.gstreamer.lowlevel   
 

Uses of PropertyProbe in org.gstreamer.interfaces
 

Methods in org.gstreamer.interfaces that return PropertyProbe
static PropertyProbe PropertyProbe.wrap(Element element)
          Wraps the Element in a PropertyProbe interface
 

Uses of PropertyProbe in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel with parameters of type PropertyProbe
 GlibAPI.GList GstPropertyProbeAPI.gst_property_probe_get_properties(PropertyProbe probe)
           
 com.sun.jna.Pointer GstPropertyProbeAPI.gst_property_probe_get_property(PropertyProbe probe, java.lang.String name)
           
 com.sun.jna.Pointer GstPropertyProbeAPI.gst_property_probe_get_values_name(PropertyProbe probe, java.lang.String name)
           
 com.sun.jna.Pointer GstPropertyProbeAPI.gst_property_probe_get_values(PropertyProbe probe, GObjectAPI.GParamSpec pspec)
           
 boolean GstPropertyProbeAPI.gst_property_probe_needs_probe_name(PropertyProbe probe, java.lang.String name)
           
 boolean GstPropertyProbeAPI.gst_property_probe_needs_probe(PropertyProbe probe, GObjectAPI.GParamSpec pspec)
           
 com.sun.jna.Pointer GstPropertyProbeAPI.gst_property_probe_probe_and_get_values_name(PropertyProbe probe, java.lang.String name)
           
 com.sun.jna.Pointer GstPropertyProbeAPI.gst_property_probe_probe_and_get_values(PropertyProbe probe, GObjectAPI.GParamSpec pspec)
           
 void GstPropertyProbeAPI.gst_property_probe_probe_property_name(PropertyProbe probe, java.lang.String name)
           
 void GstPropertyProbeAPI.gst_property_probe_probe_property(PropertyProbe probe, GObjectAPI.GParamSpec pspec)