[ CCode ( cname = "GstDirectControlBindingConvertGValue" , has_target = false ) ]
public delegate void DirectControlBindingConvertGValue (DirectControlBinding self, double src_value, ref Value dest_value)
Function to map a control-value to the target GValue.
self |
the DirectControlBinding instance |
src_value |
the value returned by the cotnrol source |
dest_value |
the target GValue |