TextOverlay
Object Hierarchy:
Description:
[
CCode ( type_id =
"ges_text_overlay_get_type ()" ) ]
public class TextOverlay :
Operation,
Extractable,
MetaContainer
Content:
Creation methods:
Methods:
- public uint32 get_color ()
Get the color used by source
.
- public unowned string get_font_desc ()
Get the pango font description currently set on source
.
- public TextHAlign get_halignment ()
Get the horizontal aligment used by source
.
- public unowned string get_text ()
Get the text currently set on source
.
- public TextVAlign get_valignment ()
Get the vertical aligment used by source
.
- public double get_xpos ()
Get the horizontal position used by source
.
- public double get_ypos ()
Get the vertical position used by source
.
- public void set_color (uint32 color)
Sets the color of the text.
- public void set_font_desc (string font_desc)
Sets the pango font description of the text this track element will
render.
- public void set_halignment (TextHAlign halign)
Sets the horizontal aligment of the text.
- public void set_text (string text)
Sets the text this track element will render.
- public void set_valignment (TextVAlign valign)
Sets the vertical aligment of the text.
- public void set_xpos (double position)
Sets the horizontal position of the text.
- public void set_ypos (double position)
Sets the vertical position of the text.
Inherited Members:
All known members inherited from class GES.TrackElement
All known members inherited from class GES.TimelineElement
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface GES.Extractable
All known members inherited from interface GES.MetaContainer