GESTimelineEffect

GESTimelineEffect — An effect in a GESTimelineLayer

Synopsis

#include <ges/ges.h>

                    GESTimelineEffect;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GESTimelineObject
               +----GESTimelineOperation
                     +----GESTimelineEffect
                           +----GESTimelineParseLaunchEffect

Description

The effect will be applied on the sources that have lower priorities (higher number) between the inpoint and the end of it.

In a GESSimpleTimelineLayer, the priorities will be set for you but if you use another type of GESTimelineLayer, you will have to handle it yourself.

Details

GESTimelineEffect

typedef struct _GESTimelineEffect GESTimelineEffect;