GES.BaseEffectClip¶
- Subclasses:
Methods¶
Virtual Methods¶
Properties¶
- Inherited:
Signals¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GES.BaseEffectClip(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
GES.BaseEffectClip
-s are clips whose core elements areGES.BaseEffect
-s.- Effects
GES.BaseEffectClip
-s can have **additional**GES.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 aGES.Track
with. SeeGES.Clip
for how to add and move these effects from the clip.Note that you cannot add time effects to
GES.BaseEffectClip
, neither as core children, nor as additional effects.