[ CCode ( type_id = "ges_base_effect_clip_get_type ()" ) ]
public abstract class BaseEffectClip : OperationClip, Extractable, MetaContainer
BaseEffectClip-s are clips whose core elements are BaseEffect-s.
BaseEffectClip-s can have **additional** BaseEffect-s added as non-core elements. These additional effects are applied to the output of the core effects of the clip that they share a Track with. See Clip for how to add and move these effects from the clip.
Note that you cannot add time effects to BaseEffectClip, neither as core children, nor as additional effects.