GES.BaseEffectClip

g GES.BaseEffectClip GES.BaseEffectClip GES.Clip GES.Clip GES.OperationClip GES.OperationClip GES.Clip->GES.OperationClip GES.Container GES.Container GES.Container->GES.Clip GES.Extractable GES.Extractable GES.TimelineElement GES.TimelineElement GES.Extractable->GES.TimelineElement GES.MetaContainer GES.MetaContainer GES.MetaContainer->GES.TimelineElement GES.OperationClip->GES.BaseEffectClip GES.TimelineElement->GES.Container GObject.GInterface GObject.GInterface GObject.GInterface->GES.Extractable GObject.GInterface->GES.MetaContainer GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->GES.TimelineElement GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned

Subclasses:

GES.EffectClip

Methods

Inherited:

GES.Clip (23), GES.Container (6), GES.TimelineElement (38), GObject.Object (37), GES.Extractable (3), GES.MetaContainer (40)

Structs:

GObject.ObjectClass (5)

Virtual Methods

Inherited:

GES.Clip (2), GES.Container (6), GES.TimelineElement (18), GObject.Object (7), GES.Extractable (3)

Properties

Inherited:

GES.Clip (3), GES.Container (1), GES.TimelineElement (9)

Signals

Inherited:

GES.Container (2), GES.TimelineElement (3), GObject.Object (1), GES.MetaContainer (1)

Fields

Inherited:

GES.Container (2), GES.TimelineElement (3), GObject.Object (1), GES.MetaContainer (1)

Name

Type

Access

Description

parent

GES.OperationClip

r

Class Details

class GES.BaseEffectClip(**kwargs)
Bases:

GES.OperationClip

Abstract:

Yes

Structure:

GES.BaseEffectClipClass

GES.BaseEffectClip-s are clips whose core elements are GES.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 a GES.Track with. See GES.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.