GES.TimelineElementClass

Fields

Name

Type

Access

Description

deep_copy

object

r

get_layer_priority

object

r

get_natural_framerate

object

r

get_track_types

object

r

list_children_properties

object

r

lookup_child

object

r

parent_class

GObject.InitiallyUnownedClass

r

paste

object

r

ripple

object

r

ripple_end

object

r

roll_end

object

r

roll_start

object

r

set_child_property

object

r

set_child_property_full

object

r

set_duration

object

r

set_inpoint

object

r

set_max_duration

object

r

set_parent

object

r

set_priority

object

r

set_start

object

r

trim

object

r

Methods

None

Details

class GES.TimelineElementClass

The GES.TimelineElement base class. Subclasses should override at least set_start set_inpoint set_duration ripple ripple_end roll_start roll_end and trim.

Vmethods in subclasses should apply all the operation they need to but the real method implementation is in charge of setting the proper field, and emitting the notify signal.