GES.CommandLineFormatter

g GES.CommandLineFormatter GES.CommandLineFormatter GES.Extractable GES.Extractable GES.Formatter GES.Formatter GES.Extractable->GES.Formatter GES.Formatter->GES.CommandLineFormatter GObject.GInterface GObject.GInterface GObject.GInterface->GES.Extractable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->GES.Formatter GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned

Subclasses:

None

Methods

Inherited:

GES.Formatter (6), GObject.Object (37), GES.Extractable (3)

Structs:

GES.FormatterClass (1), GObject.ObjectClass (5)

class

get_help (commands)

class

get_timeline_uri (timeline)

Virtual Methods

Inherited:

GES.Formatter (3), GObject.Object (7), GES.Extractable (3)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent_instance

GES.Formatter

r

Class Details

class GES.CommandLineFormatter(**kwargs)
Bases:

GES.Formatter

Abstract:

No

Structure:

GES.CommandLineFormatterClass

classmethod get_help(commands)[source]
Parameters:

commands ([str]) – Commands

Return type:

str

Creates a help string based on commands.

Result: (transfer full): A help string.

New in version 1.10.

classmethod get_timeline_uri(timeline)[source]
Parameters:

timeline (GES.Timeline) – A GES.Timeline to serialize

Return type:

str

New in version 1.10.