BaseEffectTimeTranslationFunc(effect: BaseEffect, time: number, timePropertyValues: HashTable<string | number | symbol, string | number | boolean>): number
A function for querying how an effect would translate a time if it had
the given child property values set. The keys for time_properties will
be the same string that was passed to
ges_base_effect_register_time_property(), the values will be #GValue*
values of the corresponding child properties. You should always use the
values given in time_properties before using the currently set values.
A function for querying how an effect would translate a time if it had the given child property values set. The keys for
time_properties
will be the same string that was passed to ges_base_effect_register_time_property(), the values will be #GValue* values of the corresponding child properties. You should always use the values given intime_properties
before using the currently set values.