gstcontroller.types
D types for gstcontroller1 library
Types 4
aliasLFOWaveform = GstLFOWaveform
aliasDirectControlBindingConvertGValue = void delegate(gstcontroller.direct_control_binding.DirectControlBinding self, double srcValue, gobject.value.Value destValue)
Function to map a control-value to the target GValue.
Parameters
self | the #GstDirectControlBinding instance |
srcValue | the value returned by the cotnrol source |
destValue | the target GValue |
aliasDirectControlBindingConvertValue = void delegate(gstcontroller.direct_control_binding.DirectControlBinding self, double srcValue, void * destValue)
Function to map a control-value to the target plain data type.
Parameters
self | the #GstDirectControlBinding instance |
srcValue | the value returned by the cotnrol source |
destValue | the target location |