Flags¶
Details¶
- class GES.MarkerFlags(value)¶
Bases:
GObject.GFlagsNew in version 1.20.
- NONE = 0¶
Marker does not serve any special purpose.
- SNAPPABLE = 1¶
Marker can be a snapping target.
- class GES.MetaFlag(value)¶
Bases:
GObject.GFlags- READABLE = 1¶
The metadata is readable
- WRITABLE = 2¶
The metadata is writable
- READWRITE = 3¶
The metadata is readable and writable
- class GES.PipelineFlags(value)¶
Bases:
GObject.GFlagsThe various modes a
GES.Pipelinecan be configured to.- AUDIO_PREVIEW = 1¶
Output the
GES.Pipeline:timeline's audio to the soundcard
- VIDEO_PREVIEW = 2¶
Output the
GES.Pipeline:timeline's video to the screen
- FULL_PREVIEW = 3¶
Output both the
GES.Pipeline:timeline's audio and video to the soundcard and screen (default)
- RENDER = 4¶
Render the
GES.Pipeline:timelinewith forced decoding (the underlying #encodebin has its #encodebin:avoid-reencoding property set toFalse)
- class GES.TrackType(value)¶
Bases:
GObject.GFlagsTypes of content handled by a track. If the content is not one of
GES.TrackType.AUDIO,GES.TrackType.VIDEOorGES.TrackType.TEXT, the user of theGES.Trackmust set the type toGES.TrackType.CUSTOM.GES.TrackType.UNKNOWNis for internal purposes and should not be used by users- UNKNOWN = 1¶
A track of unknown type (i.e. invalid)
- CUSTOM = 16¶
A custom-content track
- AUDIO = 2¶
An audio track
- VIDEO = 4¶
A video track
- TEXT = 8¶
A text (subtitle) track