Uses of Class
org.gstreamer.lowlevel.GObjectAPI.GParamSpec

Packages that use GObjectAPI.GParamSpec
org.gstreamer.lowlevel   
 

Uses of GObjectAPI.GParamSpec in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel that return GObjectAPI.GParamSpec
 GObjectAPI.GParamSpec GObjectAPI.g_object_class_find_property(GObjectAPI.GObjectClass oclass, java.lang.String property_name)
           
 GObjectAPI.GParamSpec GObjectAPI.g_object_class_find_property(com.sun.jna.Pointer oclass, java.lang.String property_name)
           
 

Methods in org.gstreamer.lowlevel with parameters of type GObjectAPI.GParamSpec
 com.sun.jna.Pointer GstPropertyProbeAPI.gst_property_probe_get_values(PropertyProbe probe, GObjectAPI.GParamSpec pspec)
           
 boolean GstPropertyProbeAPI.gst_property_probe_needs_probe(PropertyProbe probe, GObjectAPI.GParamSpec pspec)
           
 com.sun.jna.Pointer GstPropertyProbeAPI.gst_property_probe_probe_and_get_values(PropertyProbe probe, GObjectAPI.GParamSpec pspec)
           
 void GstPropertyProbeAPI.gst_property_probe_probe_property(PropertyProbe probe, GObjectAPI.GParamSpec pspec)