TitleSource
Object Hierarchy:
Description:
[
CCode ( type_id =
"ges_title_source_get_type ()" ) ]
public class TitleSource :
VideoSource,
Extractable,
MetaContainer
TitleSource is a GESTimelineElement that implements the notion of titles in GES.
Content:
Creation methods:
Methods:
- public uint32 get_background_color ()
Get the background used by this.
- public string get_font_desc ()
Get the pango font description used by this
.
- public TextHAlign get_halignment ()
Get the horizontal aligment used by this
.
- public string get_text ()
Get the text currently set on the this
.
- public uint32 get_text_color ()
Get the color used by this.
- public TextVAlign get_valignment ()
Get the vertical aligment used by this
.
- public double get_xpos ()
Get the horizontal position used by this
.
- public double get_ypos ()
Get the vertical position used by this
.
- public void set_background_color (uint32 color)
Sets the color of the background
- public void set_font_desc (string font_desc)
Set the pango font description this source will use to render the
text.
- public void set_halignment (TextHAlign halign)
Sets the vertical aligment of the text.
- public void set_text (string text)
Sets the text this track element will render.
- public void set_text_color (uint32 color)
Sets the color of the text.
- 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.VideoSource
All known members inherited from class GES.Source
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