org.gstreamer.lowlevel
public interface GstPropertyProbeAPI extends com.sun.jna.Library
Modifier and Type | Field and Description |
---|---|
static GstPropertyProbeAPI |
GSTPROPERTYPROBE_API |
Modifier and Type | Method and Description |
---|---|
GlibAPI.GList |
gst_property_probe_get_properties(PropertyProbe probe) |
com.sun.jna.Pointer |
gst_property_probe_get_property(PropertyProbe probe,
String name) |
GType |
gst_property_probe_get_type() |
com.sun.jna.Pointer |
gst_property_probe_get_values_name(PropertyProbe probe,
String name) |
com.sun.jna.Pointer |
gst_property_probe_get_values(PropertyProbe probe,
GObjectAPI.GParamSpec pspec) |
boolean |
gst_property_probe_needs_probe_name(PropertyProbe probe,
String name) |
boolean |
gst_property_probe_needs_probe(PropertyProbe probe,
GObjectAPI.GParamSpec pspec) |
com.sun.jna.Pointer |
gst_property_probe_probe_and_get_values_name(PropertyProbe probe,
String name) |
com.sun.jna.Pointer |
gst_property_probe_probe_and_get_values(PropertyProbe probe,
GObjectAPI.GParamSpec pspec) |
void |
gst_property_probe_probe_property_name(PropertyProbe probe,
String name) |
void |
gst_property_probe_probe_property(PropertyProbe probe,
GObjectAPI.GParamSpec pspec) |
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, String name)
void gst_property_probe_probe_property(PropertyProbe probe, GObjectAPI.GParamSpec pspec)
void gst_property_probe_probe_property_name(PropertyProbe probe, String name)
boolean gst_property_probe_needs_probe(PropertyProbe probe, GObjectAPI.GParamSpec pspec)
boolean gst_property_probe_needs_probe_name(PropertyProbe probe, 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, 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, String name)
Copyright © 2014. All rights reserved.