GstControlBindingClass

The class structure of gstreamer.ControlBinding

Members

Variables

getGValueArray
int function(GstControlBinding* binding, GstClockTime timestamp, GstClockTime interval, uint nValues, GValue* values) getGValueArray;
getValue
GValue* function(GstControlBinding* binding, GstClockTime timestamp) getValue;
getValueArray
int function(GstControlBinding* binding, GstClockTime timestamp, GstClockTime interval, uint nValues, void* values) getValueArray;
parentClass
GstObjectClass parentClass;

Parent class

syncValues
int function(GstControlBinding* binding, GstObject* object, GstClockTime timestamp, GstClockTime lastSync) syncValues;