Schnittstelle SegmentFlags


public interface SegmentFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    no flags
    static final int
    reset the pipeline running_time to the segment
    running_time
    static final int
    send SEGMENT_DONE instead of EOS
    static final int
    Deprecated backward compatibility flag, replaced
    by @GST_SEGMENT_FLAG_TRICKMODE
    static final int
    perform skip playback (Since: 1.6)
    static final int
    Decode only keyframes or forward
    predicted frames, where possible (Since: 1.18)
    static final int
    Decode only keyframes, where
    possible (Since: 1.6)
    static final int
    Do not decode any audio, where
    possible (Since: 1.6)
  • Felddetails

    • NONE

      static final int NONE
      no flags
      Siehe auch:
    • RESET

      static final int RESET
      reset the pipeline running_time to the segment
      running_time
      Siehe auch:
    • TRICKMODE

      static final int TRICKMODE
      perform skip playback (Since: 1.6)
      Siehe auch:
    • SKIP

      static final int SKIP
      Deprecated backward compatibility flag, replaced
      by @GST_SEGMENT_FLAG_TRICKMODE
      Siehe auch:
    • SEGMENT

      static final int SEGMENT
      send SEGMENT_DONE instead of EOS
      Siehe auch:
    • TRICKMODE_KEY_UNITS

      static final int TRICKMODE_KEY_UNITS
      Decode only keyframes, where
      possible (Since: 1.6)
      Siehe auch:
    • TRICKMODE_FORWARD_PREDICTED

      static final int TRICKMODE_FORWARD_PREDICTED
      Decode only keyframes or forward
      predicted frames, where possible (Since: 1.18)
      Siehe auch:
    • TRICKMODE_NO_AUDIO

      static final int TRICKMODE_NO_AUDIO
      Do not decode any audio, where
      possible (Since: 1.6)
      Siehe auch: