GESTextOverlayClip
Renders text onto the next lower priority stream using textrender.
GESTextOverlayClip
GObject ╰──GInitiallyUnowned ╰──GESTimelineElement ╰──GESContainer ╰──GESClip ╰──GESOperationClip ╰──GESOverlayClip ╰──GESTextOverlayClip
Members
parent
(GESOverlayClip)
–
Class structure
GESTextOverlayClipClass
GES.TextOverlayClipClass
GES.TextOverlayClipClass
GES.TextOverlayClip
GObject.Object ╰──GObject.InitiallyUnowned ╰──GES.TimelineElement ╰──GES.Container ╰──GES.Clip ╰──GES.OperationClip ╰──GES.OverlayClip ╰──GES.TextOverlayClip
Members
parent
(GES.OverlayClip)
–
GES.TextOverlayClip
GObject.Object ╰──GObject.InitiallyUnowned ╰──GES.TimelineElement ╰──GES.Container ╰──GES.Clip ╰──GES.OperationClip ╰──GES.OverlayClip ╰──GES.TextOverlayClip
Members
parent
(GES.OverlayClip)
–
Constructors
ges_text_overlay_clip_new
GESTextOverlayClip * ges_text_overlay_clip_new ()
Creates a new GESTextOverlayClip
The newly created GESTextOverlayClip, or NULL if there was an error.
GES.TextOverlayClip.prototype.new
function GES.TextOverlayClip.prototype.new(): {
// javascript wrapper for 'ges_text_overlay_clip_new'
}
Creates a new GES.TextOverlayClip
The newly created GES.TextOverlayClip, or null if there was an error.
GES.TextOverlayClip.new
def GES.TextOverlayClip.new ():
#python wrapper for 'ges_text_overlay_clip_new'
Creates a new GES.TextOverlayClip
The newly created GES.TextOverlayClip, or None if there was an error.
Methods
ges_text_overlay_clip_get_color
const guint32 ges_text_overlay_clip_get_color (GESTextOverlayClip * self)
Get the color used by source.
Parameters:
self
–
The color used by source.
GES.TextOverlayClip.prototype.get_color
function GES.TextOverlayClip.prototype.get_color(): {
// javascript wrapper for 'ges_text_overlay_clip_get_color'
}
Get the color used by source.
Parameters:
The color used by source.
GES.TextOverlayClip.get_color
def GES.TextOverlayClip.get_color (self):
#python wrapper for 'ges_text_overlay_clip_get_color'
Get the color used by source.
Parameters:
The color used by source.
ges_text_overlay_clip_get_font_desc
const gchar * ges_text_overlay_clip_get_font_desc (GESTextOverlayClip * self)
Get the pango font description used by self.
Parameters:
self
–
The pango font description used by self.
GES.TextOverlayClip.prototype.get_font_desc
function GES.TextOverlayClip.prototype.get_font_desc(): {
// javascript wrapper for 'ges_text_overlay_clip_get_font_desc'
}
Get the pango font description used by self.
Parameters:
The pango font description used by self.
GES.TextOverlayClip.get_font_desc
def GES.TextOverlayClip.get_font_desc (self):
#python wrapper for 'ges_text_overlay_clip_get_font_desc'
Get the pango font description used by self.
Parameters:
The pango font description used by self.
ges_text_overlay_clip_get_halignment
GESTextHAlign ges_text_overlay_clip_get_halignment (GESTextOverlayClip * self)
Get the horizontal aligment used by self.
Parameters:
self
–
The horizontal aligment used by self.
GES.TextOverlayClip.prototype.get_halignment
function GES.TextOverlayClip.prototype.get_halignment(): {
// javascript wrapper for 'ges_text_overlay_clip_get_halignment'
}
Get the horizontal aligment used by self.
Parameters:
The horizontal aligment used by self.
GES.TextOverlayClip.get_halignment
def GES.TextOverlayClip.get_halignment (self):
#python wrapper for 'ges_text_overlay_clip_get_halignment'
Get the horizontal aligment used by self.
Parameters:
The horizontal aligment used by self.
ges_text_overlay_clip_get_text
const gchar * ges_text_overlay_clip_get_text (GESTextOverlayClip * self)
Get the text currently set on self.
Parameters:
self
–
The text currently set on self.
GES.TextOverlayClip.prototype.get_text
function GES.TextOverlayClip.prototype.get_text(): {
// javascript wrapper for 'ges_text_overlay_clip_get_text'
}
Get the text currently set on self.
Parameters:
The text currently set on self.
GES.TextOverlayClip.get_text
def GES.TextOverlayClip.get_text (self):
#python wrapper for 'ges_text_overlay_clip_get_text'
Get the text currently set on self.
Parameters:
The text currently set on self.
ges_text_overlay_clip_get_valignment
GESTextVAlign ges_text_overlay_clip_get_valignment (GESTextOverlayClip * self)
Get the vertical aligment used by self.
Parameters:
self
–
The vertical aligment used by self.
GES.TextOverlayClip.prototype.get_valignment
function GES.TextOverlayClip.prototype.get_valignment(): {
// javascript wrapper for 'ges_text_overlay_clip_get_valignment'
}
Get the vertical aligment used by self.
Parameters:
The vertical aligment used by self.
GES.TextOverlayClip.get_valignment
def GES.TextOverlayClip.get_valignment (self):
#python wrapper for 'ges_text_overlay_clip_get_valignment'
Get the vertical aligment used by self.
Parameters:
The vertical aligment used by self.
ges_text_overlay_clip_get_xpos
const gdouble ges_text_overlay_clip_get_xpos (GESTextOverlayClip * self)
Get the horizontal position used by source.
Parameters:
self
–
The horizontal position used by source.
GES.TextOverlayClip.prototype.get_xpos
function GES.TextOverlayClip.prototype.get_xpos(): {
// javascript wrapper for 'ges_text_overlay_clip_get_xpos'
}
Get the horizontal position used by source.
Parameters:
The horizontal position used by source.
GES.TextOverlayClip.get_xpos
def GES.TextOverlayClip.get_xpos (self):
#python wrapper for 'ges_text_overlay_clip_get_xpos'
Get the horizontal position used by source.
Parameters:
The horizontal position used by source.
ges_text_overlay_clip_get_ypos
const gdouble ges_text_overlay_clip_get_ypos (GESTextOverlayClip * self)
Get the vertical position used by source.
Parameters:
self
–
The vertical position used by source.
GES.TextOverlayClip.prototype.get_ypos
function GES.TextOverlayClip.prototype.get_ypos(): {
// javascript wrapper for 'ges_text_overlay_clip_get_ypos'
}
Get the vertical position used by source.
Parameters:
The vertical position used by source.
GES.TextOverlayClip.get_ypos
def GES.TextOverlayClip.get_ypos (self):
#python wrapper for 'ges_text_overlay_clip_get_ypos'
Get the vertical position used by source.
Parameters:
The vertical position used by source.
ges_text_overlay_clip_set_color
ges_text_overlay_clip_set_color (GESTextOverlayClip * self, guint32 color)
Sets the color of the text.
GES.TextOverlayClip.prototype.set_color
function GES.TextOverlayClip.prototype.set_color(color: Number): {
// javascript wrapper for 'ges_text_overlay_clip_set_color'
}
Sets the color of the text.
GES.TextOverlayClip.set_color
def GES.TextOverlayClip.set_color (self, color):
#python wrapper for 'ges_text_overlay_clip_set_color'
Sets the color of the text.
ges_text_overlay_clip_set_font_desc
ges_text_overlay_clip_set_font_desc (GESTextOverlayClip * self, const gchar * font_desc)
Sets the pango font description of the text
GES.TextOverlayClip.prototype.set_font_desc
function GES.TextOverlayClip.prototype.set_font_desc(font_desc: String): {
// javascript wrapper for 'ges_text_overlay_clip_set_font_desc'
}
Sets the pango font description of the text
GES.TextOverlayClip.set_font_desc
def GES.TextOverlayClip.set_font_desc (self, font_desc):
#python wrapper for 'ges_text_overlay_clip_set_font_desc'
Sets the pango font description of the text
ges_text_overlay_clip_set_halign
ges_text_overlay_clip_set_halign (GESTextOverlayClip * self, GESTextHAlign halign)
Sets the horizontal aligment of the text.
GES.TextOverlayClip.prototype.set_halign
function GES.TextOverlayClip.prototype.set_halign(halign: GES.TextHAlign): {
// javascript wrapper for 'ges_text_overlay_clip_set_halign'
}
Sets the horizontal aligment of the text.
GES.TextOverlayClip.set_halign
def GES.TextOverlayClip.set_halign (self, halign):
#python wrapper for 'ges_text_overlay_clip_set_halign'
Sets the horizontal aligment of the text.
ges_text_overlay_clip_set_text
ges_text_overlay_clip_set_text (GESTextOverlayClip * self, const gchar * text)
Sets the text this clip will render.
Parameters:
self
–
the GESTextOverlayClip* to set text on
text
(
[nullable])
–
the text to render. an internal copy of this text will be made.
GES.TextOverlayClip.prototype.set_text
function GES.TextOverlayClip.prototype.set_text(text: String): {
// javascript wrapper for 'ges_text_overlay_clip_set_text'
}
Sets the text this clip will render.
Parameters:
the GES.TextOverlayClip* to set text on
the text to render. an internal copy of this text will be made.
GES.TextOverlayClip.set_text
def GES.TextOverlayClip.set_text (self, text):
#python wrapper for 'ges_text_overlay_clip_set_text'
Sets the text this clip will render.
Parameters:
the GES.TextOverlayClip* to set text on
the text to render. an internal copy of this text will be made.
ges_text_overlay_clip_set_valign
ges_text_overlay_clip_set_valign (GESTextOverlayClip * self, GESTextVAlign valign)
Sets the vertical aligment of the text.
GES.TextOverlayClip.prototype.set_valign
function GES.TextOverlayClip.prototype.set_valign(valign: GES.TextVAlign): {
// javascript wrapper for 'ges_text_overlay_clip_set_valign'
}
Sets the vertical aligment of the text.
GES.TextOverlayClip.set_valign
def GES.TextOverlayClip.set_valign (self, valign):
#python wrapper for 'ges_text_overlay_clip_set_valign'
Sets the vertical aligment of the text.
ges_text_overlay_clip_set_xpos
ges_text_overlay_clip_set_xpos (GESTextOverlayClip * self, gdouble position)
Sets the horizontal position of the text.
Parameters:
self
–
the GESTextOverlayClip* to set
position
–
The horizontal position self is being set to
GES.TextOverlayClip.prototype.set_xpos
function GES.TextOverlayClip.prototype.set_xpos(position: Number): {
// javascript wrapper for 'ges_text_overlay_clip_set_xpos'
}
Sets the horizontal position of the text.
GES.TextOverlayClip.set_xpos
def GES.TextOverlayClip.set_xpos (self, position):
#python wrapper for 'ges_text_overlay_clip_set_xpos'
Sets the horizontal position of the text.
ges_text_overlay_clip_set_ypos
ges_text_overlay_clip_set_ypos (GESTextOverlayClip * self, gdouble position)
Sets the vertical position of the text.
Parameters:
self
–
the GESTextOverlayClip* to set
position
–
The vertical position self is being set to
GES.TextOverlayClip.prototype.set_ypos
function GES.TextOverlayClip.prototype.set_ypos(position: Number): {
// javascript wrapper for 'ges_text_overlay_clip_set_ypos'
}
Sets the vertical position of the text.
GES.TextOverlayClip.set_ypos
def GES.TextOverlayClip.set_ypos (self, position):
#python wrapper for 'ges_text_overlay_clip_set_ypos'
Sets the vertical position of the text.
Properties
halignment
“halignment” GESTextHAlign *
Horizontal alignment of the text
Flags : Read / Write / Construct
halignment
“halignment” GES.TextHAlign
Horizontal alignment of the text
Flags : Read / Write / Construct
halignment
“self.props.halignment” GES.TextHAlign
Horizontal alignment of the text
Flags : Read / Write / Construct
valignment
“valignment” GESTextVAlign *
Vertical alignent of the text
Flags : Read / Write / Construct
valignment
“valignment” GES.TextVAlign
Vertical alignent of the text
Flags : Read / Write / Construct
valignment
“self.props.valignment” GES.TextVAlign
Vertical alignent of the text
Flags : Read / Write / Construct
Constants
GES_TYPE_OVERLAY_TEXT_CLIP
#define GES_TYPE_OVERLAY_TEXT_CLIP ges_text_overlay_clip_get_type()
The results of the search are