register_time_property


Description:

[ Version ( since = "1.18" ) ]
public bool register_time_property (string child_property_name)

Register a child property of the effect as a property that, when set, can change the timing of its input data.

The child property should be specified as in lookup_child.

You should also set the corresponding time translation using set_time_translation_funcs.

Note that this must not be part of a clip, nor can it have has_internal_source set to true.

Parameters:

this

A BaseEffect

child_property_name

The name of the child property to register as a time property

Returns:

true if the child property was found and newly registered.