GESTimelineOverlay
GESTimelineOverlay — Base Class for overlays in a GESTimelineLayer
|
|
Includes
#include <ges/ges.h>
Description
Overlays are objects which modify the underlying layer(s).
Examples of overlays include text, image watermarks, or audio dubbing.
Transitions, which change from one source to another over time, are
not considered overlays.
Types and Values
GESTimelineOverlay
typedef struct _GESTimelineOverlay GESTimelineOverlay;
GESTimelineOverlayClass
typedef struct {
GESTimelineOperationClass parent_class;
} GESTimelineOverlayClass;