GES.SourceClip¶
- Subclasses:
Methods¶
- Inherited:
GES.Clip (23), GES.Container (6), GES.TimelineElement (38), GObject.Object (37), GES.Extractable (3), GES.MetaContainer (40)
- Structs:
class |
Virtual Methods¶
Properties¶
- Inherited:
Signals¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GES.SourceClip(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
GES.SourceClip
-s are clips whose core elements areGES.Source
-s.- Effects
GES.SourceClip
-s can also haveGES.BaseEffect
-s added as non-core elements. These effects are applied to the core sources of the clip that they share aGES.Track
with. SeeGES.Clip
for how to add and move these effects from the clip.- classmethod new_time_overlay()[source]¶
- Returns:
The newly created
GES.SourceClip
, orNone
if there was an error.- Return type:
Creates a new
GES.SourceClip
that renders a time overlay on topNew in version 1.18.