GESTitleClip

GESTitleClip

Functions

Properties

guint background Read / Write / Construct
guint color Read / Write / Construct
gchar * font-desc Read / Write / Construct
GESTextHAlign halignment Read / Write / Construct
gchar * text Read / Write / Construct
GESTextVAlign valignment Read / Write / Construct
gdouble xpos Read / Write / Construct
gdouble ypos Read / Write / Construct

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GESTimelineElement
            ╰── GESContainer
                ╰── GESClip
                    ╰── GESSourceClip
                        ╰── GESTitleClip

Implemented Interfaces

GESTitleClip implements GESExtractable and GESMetaContainer.

Includes

#include <ges/ges.h>

Description

Functions

ges_title_clip_new ()

GESTitleClip *
ges_title_clip_new (void);

ges_title_clip_set_text ()

void
ges_title_clip_set_text (GESTitleClip *self,
                         const gchar *text);

ges_title_clip_set_font_desc ()

void
ges_title_clip_set_font_desc (GESTitleClip *self,
                              const gchar *font_desc);

ges_title_clip_set_halignment ()

void
ges_title_clip_set_halignment (GESTitleClip *self,
                               GESTextHAlign halign);

ges_title_clip_set_valignment ()

void
ges_title_clip_set_valignment (GESTitleClip *self,
                               GESTextVAlign valign);

ges_title_clip_set_color ()

void
ges_title_clip_set_color (GESTitleClip *self,
                          guint32 color);

ges_title_clip_set_background ()

void
ges_title_clip_set_background (GESTitleClip *self,
                               guint32 background);

ges_title_clip_set_xpos ()

void
ges_title_clip_set_xpos (GESTitleClip *self,
                         gdouble position);

ges_title_clip_set_ypos ()

void
ges_title_clip_set_ypos (GESTitleClip *self,
                         gdouble position);

ges_title_clip_get_text ()

const gchar *
ges_title_clip_get_text (GESTitleClip *self);

ges_title_clip_get_font_desc ()

const gchar *
ges_title_clip_get_font_desc (GESTitleClip *self);

ges_title_clip_get_valignment ()

GESTextVAlign
ges_title_clip_get_valignment (GESTitleClip *self);

ges_title_clip_get_halignment ()

GESTextHAlign
ges_title_clip_get_halignment (GESTitleClip *self);

ges_title_clip_get_text_color ()

const guint32
ges_title_clip_get_text_color (GESTitleClip *self);

ges_title_clip_get_background_color ()

const guint32
ges_title_clip_get_background_color (GESTitleClip *self);

ges_title_clip_get_xpos ()

const gdouble
ges_title_clip_get_xpos (GESTitleClip *self);

ges_title_clip_get_ypos ()

const gdouble
ges_title_clip_get_ypos (GESTitleClip *self);

Types and Values

GESTitleClip

typedef struct _GESTitleClip GESTitleClip;

Property Details

The “background” property

  “background”               guint

The background of the text.

Flags: Read / Write / Construct

Default value: 4294967295


The “color” property

  “color”                    guint

The color of the text.

Flags: Read / Write / Construct

Default value: 4294967295


The “font-desc” property

  “font-desc”                gchar *

Pango font description of font to be used for rendering. See documentation of pango_font_description_from_string for syntax.

Flags: Read / Write / Construct

Default value: "Serif 36"


The “halignment” property

  “halignment”               GESTextHAlign

Horizontal alignment of the text.

Flags: Read / Write / Construct

Default value: GES_TEXT_HALIGN_CENTER


The “text” property

  “text”                     gchar *

The text to display.

Flags: Read / Write / Construct

Default value: ""


The “valignment” property

  “valignment”               GESTextVAlign

Vertical alignment of the text.

Flags: Read / Write / Construct

Default value: GES_TEXT_VALIGN_BASELINE


The “xpos” property

  “xpos”                     gdouble

The horizontal position.

Flags: Read / Write / Construct

Allowed values: [0,1]

Default value: 0.5


The “ypos” property

  “ypos”                     gdouble

The vertical position.

Flags: Read / Write / Construct

Allowed values: [0,1]

Default value: 0.5