public interface GstPropertyProbeAPI
extends com.sun.jna.Library
Modifier and Type | Field and Description |
---|---|
static GstPropertyProbeAPI |
GSTPROPERTYPROBE_API |
static final GstPropertyProbeAPI GSTPROPERTYPROBE_API
GType gst_property_probe_get_type()
GlibAPI.GList gst_property_probe_get_properties(PropertyProbe probe)
com.sun.jna.Pointer gst_property_probe_get_property(PropertyProbe probe, java.lang.String name)
void gst_property_probe_probe_property(PropertyProbe probe, GObjectAPI.GParamSpec pspec)
void gst_property_probe_probe_property_name(PropertyProbe probe, java.lang.String name)
boolean gst_property_probe_needs_probe(PropertyProbe probe, GObjectAPI.GParamSpec pspec)
boolean gst_property_probe_needs_probe_name(PropertyProbe probe, java.lang.String name)
com.sun.jna.Pointer gst_property_probe_get_values(PropertyProbe probe, GObjectAPI.GParamSpec pspec)
com.sun.jna.Pointer gst_property_probe_get_values_name(PropertyProbe probe, java.lang.String name)
com.sun.jna.Pointer gst_property_probe_probe_and_get_values(PropertyProbe probe, GObjectAPI.GParamSpec pspec)
com.sun.jna.Pointer gst_property_probe_probe_and_get_values_name(PropertyProbe probe, java.lang.String name)