GstControlBinding
GstControlBinding
|
|
Includes
#include <gst/gst.h>
Types and Values
struct GstControlBinding
struct GstControlBinding {
gchar *name;
GParamSpec *pspec;
};
struct GstControlBindingClass
struct GstControlBindingClass {
GstObjectClass parent_class;
gboolean (* sync_values) (GstControlBinding *binding, GstObject *object, GstClockTime timestamp, GstClockTime last_sync);
GValue * (* get_value) (GstControlBinding *binding, GstClockTime timestamp);
gboolean (* get_value_array) (GstControlBinding *binding, GstClockTime timestamp,GstClockTime interval, guint n_values, gpointer values);
gboolean (* get_g_value_array) (GstControlBinding *binding, GstClockTime timestamp,GstClockTime interval, guint n_values, GValue *values);
};
Property Details
The “name”
property
“name” gchar *
The name of the property.
Flags: Read / Write / Construct Only
Default value: NULL
The “object”
property
“object” GstObject *
The object of the property.
Flags: Read / Write / Construct Only