GESOverlayClip
GESOverlayClip — Base Class for overlays in a GESLayer
|
|
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
GESOverlayClip
typedef struct _GESOverlayClip GESOverlayClip;
GESOverlayClipClass
typedef struct {
GESOperationClipClass parent_class;
} GESOverlayClipClass;