DirectControlBinding.with_absolute
Description:
[
CCode ( cname =
"gst_direct_control_binding_new_absolute" , has_construct_function =
false , type =
"GstControlBinding*" ) ]
[
Version ( since =
"1.6" ) ]
public DirectControlBinding.with_absolute (
Object object,
string property_name,
ControlSource cs)
Create a new control-binding that attaches the ControlSource
to the Object property.
It will directly map the control source values to the target property range without any transformations.
Parameters:
| object |
the object of the property
|
| property_name |
the property-name to attach the control source
|
| cs |
the control source
|
Returns: