Enumeration (GI Flags)

GES-1.0GESPipelineFlags

The various modes a GES.Pipeline can be configured to.

Index

Enumeration Members

AUDIO_PREVIEW: number

Output the GES.Pipeline.timeline's audio to the soundcard

FULL_PREVIEW: number

Output both the GES.Pipeline.timeline's audio and video to the soundcard and screen (default)

RENDER: number

Render the GES.Pipeline.timeline with forced decoding (the underlying #encodebin has its #encodebin:avoid-reencoding property set to false)

SMART_RENDER: number

Render the GES.Pipeline.timeline, avoiding decoding/reencoding (the underlying #encodebin has its #encodebin:avoid-reencoding property set to true).

NOTE: Smart rendering can not work in tracks where GES.Track.mixing is enabled.

VIDEO_PREVIEW: number

Output the GES.Pipeline.timeline's video to the screen