SegmentFlags
Description:
[ CCode ( cprefix = "GST_SEGMENT_FLAG_" , type_id = "gst_segment_flags_get_type ()" ) ]
[ Flags ]
public enum SegmentFlags
Flags for the GstSegment structure.
Currently mapped to the corresponding values of the seek flags.
Content:
Enum values:
- NONE - no flags
- RESET - reset the pipeline running_time to
the segment running_time
- SEGMENT - send SEGMENT_DONE instead of EOS
- SKIP - Deprecated backward compatibility
flag, replaced by
GST_SEGMENT_FLAG_TRICKMODE
- TRICKMODE - perform skip playback
(Since: 1.6)
- TRICKMODE_FORWARD_PREDICTED -
Decode only keyframes or forward predicted frames, where possible (Since: 1.18)
- TRICKMODE_KEY_UNITS - Decode
only keyframes, where possible (Since: 1.6)
- TRICKMODE_NO_AUDIO - Do not
decode any audio, where possible (Since: 1.6)