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

Packages that use GObjectAPI.GParamSpec
org.gstreamer.lowlevel   
 

Uses of GObjectAPI.GParamSpec in org.gstreamer.lowlevel
 

Fields in org.gstreamer.lowlevel declared as GObjectAPI.GParamSpec
 GObjectAPI.GParamSpec GObjectAPI.GParamSpecBoolean.parent_instance
           
 GObjectAPI.GParamSpec GObjectAPI.GParamSpecInt.parent_instance
           
 GObjectAPI.GParamSpec GObjectAPI.GParamSpecUInt.parent_instance
           
 GObjectAPI.GParamSpec GObjectAPI.GParamSpecChar.parent_instance
           
 GObjectAPI.GParamSpec GObjectAPI.GParamSpecUChar.parent_instance
           
 GObjectAPI.GParamSpec GObjectAPI.GParamSpecLong.parent_instance
           
 GObjectAPI.GParamSpec GObjectAPI.GParamSpecInt64.parent_instance
           
 GObjectAPI.GParamSpec GObjectAPI.GParamSpecFloat.parent_instance
           
 GObjectAPI.GParamSpec GObjectAPI.GParamSpecDouble.parent_instance
           
 GObjectAPI.GParamSpec GObjectAPI.GParamSpecString.parent_instance
           
 

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)
           
 

Methods in org.gstreamer.lowlevel with parameters of type GObjectAPI.GParamSpec
 boolean GstControlSourceAPI.GstControlSourceBind.callback(ControlSource self, GObjectAPI.GParamSpec pspec)
           
 void GObjectAPI.g_param_value_validate(GObjectAPI.GParamSpec spec, GValueAPI.GValue data)
           
 boolean GstControlSourceAPI.gst_control_source_bind(ControlSource self, GObjectAPI.GParamSpec pspec)
           
 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)