PipelineFlags
Description:
[ CCode ( cprefix = "GES_PIPELINE_MODE_" , type_id = "ges_pipeline_flags_get_type ()" ) ]
[ Flags ]
public enum PipelineFlags
The various modes a Pipeline can be configured to.
Content:
Enum values:
- AUDIO_PREVIEW -
Output the timeline's audio
to the soundcard
- FULL_PREVIEW -
Output both the timeline's audio and video to the
soundcard and screen (default)
- RENDER - Render the
timeline with forced decoding (the underlying
encodebin
has its encodebin:avoid-reencoding
property set to false)
- SMART_RENDER -
Render the timeline, avoiding decoding/reencoding (the
underlying
encodebin
has its encodebin:avoid-reencoding
property set to true).
- VIDEO_PREVIEW -
Output the timeline's video
to the screen