org.gstreamer.lowlevel
Interface GstPropertyProbeAPI
- All Superinterfaces:
- com.sun.jna.Library
public interface GstPropertyProbeAPI
- extends com.sun.jna.Library
Nested classes/interfaces inherited from interface com.sun.jna.Library |
com.sun.jna.Library.Handler |
Fields inherited from interface com.sun.jna.Library |
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER |
GSTPROPERTYPROBE_API
static final GstPropertyProbeAPI GSTPROPERTYPROBE_API
gst_property_probe_get_type
GType gst_property_probe_get_type()
gst_property_probe_get_properties
GlibAPI.GList gst_property_probe_get_properties(PropertyProbe probe)
gst_property_probe_get_property
com.sun.jna.Pointer gst_property_probe_get_property(PropertyProbe probe,
java.lang.String name)
gst_property_probe_probe_property
void gst_property_probe_probe_property(PropertyProbe probe,
GObjectAPI.GParamSpec pspec)
gst_property_probe_probe_property_name
void gst_property_probe_probe_property_name(PropertyProbe probe,
java.lang.String name)
gst_property_probe_needs_probe
boolean gst_property_probe_needs_probe(PropertyProbe probe,
GObjectAPI.GParamSpec pspec)
gst_property_probe_needs_probe_name
boolean gst_property_probe_needs_probe_name(PropertyProbe probe,
java.lang.String name)
gst_property_probe_get_values
com.sun.jna.Pointer gst_property_probe_get_values(PropertyProbe probe,
GObjectAPI.GParamSpec pspec)
gst_property_probe_get_values_name
com.sun.jna.Pointer gst_property_probe_get_values_name(PropertyProbe probe,
java.lang.String name)
gst_property_probe_probe_and_get_values
com.sun.jna.Pointer gst_property_probe_probe_and_get_values(PropertyProbe probe,
GObjectAPI.GParamSpec pspec)
gst_property_probe_probe_and_get_values_name
com.sun.jna.Pointer gst_property_probe_probe_and_get_values_name(PropertyProbe probe,
java.lang.String name)