TextOverlayClip
Object Hierarchy:
Description:
[
CCode ( type_id =
"ges_text_overlay_clip_get_type ()" ) ]
public class TextOverlayClip :
OverlayClip,
Extractable,
MetaContainer
Renders text onto the next lower priority stream using textrender.
Content:
Properties:
- public uint color { get; set construct; }
The color of the text
- public string font_desc { get; set construct; }
Pango font description string
- public TextHAlign halignment { get; set construct; }
Horizontal alignment of the text
- public string text { get; set construct; }
The text to diplay
- public TextVAlign valignment { get; set construct; }
Vertical alignent of the text
- public double xpos { get; set construct; }
The horizontal position of the text
- public double ypos { get; set construct; }
The vertical position of the text
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GES.Clip
All known members inherited from class GES.Container
All known members inherited from class GES.TimelineElement
All known members inherited from class GLib.Object
All known members inherited from interface GES.Extractable
All known members inherited from interface GES.MetaContainer