:right-sidebar: True SegmentFlags =================================================================== .. currentmodule:: gi.repository.Gst .. class:: SegmentFlags :no-contents-entry: Flags for the GstSegment structure. Currently mapped to the corresponding values of the seek flags. Fields ------ .. rst-class:: interim-class .. class:: SegmentFlags :no-index: .. attribute:: NONE No flags .. attribute:: RESET Reset the pipeline running_time to the segment running_time .. attribute:: SEGMENT Send SEGMENT_DONE instead of EOS .. attribute:: SKIP Deprecated backward compatibility flag, replaced by ``GST_SEGMENT_FLAG_TRICKMODE`` .. attribute:: TRICKMODE Perform skip playback (Since: 1.6) .. attribute:: TRICKMODE_FORWARD_PREDICTED Decode only keyframes or forward predicted frames, where possible (Since: 1.18) .. attribute:: TRICKMODE_KEY_UNITS Decode only keyframes, where possible (Since: 1.6) .. attribute:: TRICKMODE_NO_AUDIO Do not decode any audio, where possible (Since: 1.6)