DirectControlBindingConvertValue
Description:
[ CCode ( cname = "GstDirectControlBindingConvertValue" , has_target = false ) ]
public delegate void DirectControlBindingConvertValue (DirectControlBinding self, double src_value, void* dest_value)
public delegate void DirectControlBindingConvertValue (DirectControlBinding self, double src_value, void* dest_value)
Function to map a control-value to the target plain data type.
Parameters:
self |
the DirectControlBinding instance |
src_value |
the value returned by the cotnrol source |
dest_value |
the target location |
Namespace: Gst.Controller
Package: gstreamer-controller-1.0