Callbacks¶
|
|
|
Details¶
- GstController.DirectControlBindingConvertGValue(self, src_value, dest_value)¶
- Parameters:
self (
GstController.DirectControlBinding
) – theGstController.DirectControlBinding
instancesrc_value (
float
) – the value returned by the cotnrol sourcedest_value (
GObject.Value
) – the targetGObject.Value
Function to map a control-value to the target
GObject.Value
.
- GstController.DirectControlBindingConvertValue(self, src_value, dest_value)¶
- Parameters:
self (
GstController.DirectControlBinding
) – theGstController.DirectControlBinding
instancesrc_value (
float
) – the value returned by the cotnrol source
Function to map a control-value to the target plain data type.