GES.SourceClip

g GES.Clip GES.Clip GES.SourceClip GES.SourceClip GES.Clip->GES.SourceClip 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.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.TestClip, GES.TitleClip, GES.UriClip

Methods

Inherited:

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

Structs:

GObject.ObjectClass (5)

class

new_time_overlay ()

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.Clip

r

Class Details

class GES.SourceClip(**kwargs)
Bases:

GES.Clip

Abstract:

No

Structure:

GES.SourceClipClass

GES.SourceClip-s are clips whose core elements are GES.Source-s.

Effects

GES.SourceClip-s can also have GES.BaseEffect-s added as non-core elements. These effects are applied to the core sources of the clip that they share a GES.Track with. See GES.Clip for how to add and move these effects from the clip.

classmethod new_time_overlay()[source]
Returns:

The newly created GES.SourceClip, or None if there was an error.

Return type:

GES.SourceClip or None

Creates a new GES.SourceClip that renders a time overlay on top

New in version 1.18.