GES.ClipClass

Fields

Name

Type

Access

Description

create_track_element

GES.CreateTrackElementFunc

r

Method to create the core GES.TrackElement of a clip of this class. If a clip of this class may create several track elements per track type, this should be left as None, and GESClipClass::create_track_elements should be used instead. Otherwise, you should implement this class method and leave GESClipClass::create_track_elements as the default implementation

create_track_elements

GES.CreateTrackElementsFunc

r

Method to create the (multiple) core GES.TrackElement-s of a clip of this class. If GESClipClass::create_track_element is implemented, this should be kept as the default implementation

parent_class

GES.ContainerClass

r

Methods

None

Details

class GES.ClipClass