Top | ![]() |
![]() |
![]() |
![]() |
void | ges_title_source_set_text () |
void | ges_title_source_set_font_desc () |
void | ges_title_source_set_halignment () |
void | ges_title_source_set_valignment () |
void | ges_title_source_set_text_color () |
void | ges_title_source_set_background_color () |
void | ges_title_source_set_xpos () |
void | ges_title_source_set_ypos () |
const gchar * | ges_title_source_get_text () |
const gchar * | ges_title_source_get_font_desc () |
GESTextHAlign | ges_title_source_get_halignment () |
GESTextVAlign | ges_title_source_get_valignment () |
const guint32 | ges_title_source_get_text_color () |
const guint32 | ges_title_source_get_background_color () |
const gdouble | ges_title_source_get_xpos () |
const gdouble | ges_title_source_get_ypos () |
GObject ╰── GInitiallyUnowned ╰── GESTimelineElement ╰── GESTrackElement ╰── GESSource ╰── GESVideoSource ╰── GESTitleSource
void ges_title_source_set_text (GESTitleSource *self
,const gchar *text
);
Sets the text this track element will render.
self |
the GESTitleSource* to set text on |
|
text |
the text to render. an internal copy of this text will be made. |
void ges_title_source_set_font_desc (GESTitleSource *self
,const gchar *font_desc
);
Set the pango font description this source will use to render the text.
void ges_title_source_set_halignment (GESTitleSource *self
,GESTextHAlign halign
);
Sets the vertical aligment of the text.
void ges_title_source_set_valignment (GESTitleSource *self
,GESTextVAlign valign
);
Sets the vertical aligment of the text.
void ges_title_source_set_text_color (GESTitleSource *self
,guint32 color
);
Sets the color of the text.
void ges_title_source_set_background_color (GESTitleSource *self
,guint32 color
);
Sets the color of the background
void ges_title_source_set_xpos (GESTitleSource *self
,gdouble position
);
Sets the horizontal position of the text.
void ges_title_source_set_ypos (GESTitleSource *self
,gdouble position
);
Sets the vertical position of the text.
const gchar *
ges_title_source_get_text (GESTitleSource *source
);
Get the text currently set on the source
.
const gchar *
ges_title_source_get_font_desc (GESTitleSource *source
);
Get the pango font description used by source
.
GESTextHAlign
ges_title_source_get_halignment (GESTitleSource *source
);
Get the horizontal aligment used by source
.
GESTextVAlign
ges_title_source_get_valignment (GESTitleSource *source
);
Get the vertical aligment used by source
.
const guint32
ges_title_source_get_text_color (GESTitleSource *source
);
Get the color used by source
.
const guint32
ges_title_source_get_background_color (GESTitleSource *source
);
Get the background used by source
.
const gdouble
ges_title_source_get_xpos (GESTitleSource *source
);
Get the horizontal position used by source
.
const gdouble
ges_title_source_get_ypos (GESTitleSource *source
);
Get the vertical position used by source
.