BaseEffectClip
Object Hierarchy:
Description:
[ CCode ( type_id = "ges_base_effect_clip_get_type ()" ) ]
public abstract class BaseEffectClip : OperationClip, Extractable, MetaContainer
  public abstract class BaseEffectClip : OperationClip, Extractable, MetaContainer
BaseEffectClip-s are clips whose core elements are BaseEffect-s.
Effects
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.
All known sub-classes:
    Namespace: GES
  
  Package: gst-editing-services-1.0
  
  Content:
Creation methods:
Inherited Members:
All known members inherited from class GES.Clip
    All known members inherited from class GES.Container
    All known members inherited from class GES.TimelineElement
    All known members inherited from class GLib.Object
    All known members inherited from interface GES.Extractable
    All known members inherited from interface GES.MetaContainer