Schnittstelle SeekFlags


public interface SeekFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    accurate position is requested, this might
    be considerably slower for some formats.
    static final int
    flush pipeline
    static final int
    Signals that a rate change should be
    applied immediately.
    static final int
    seek to the nearest keyframe.
    static final int
    no flag
    static final int
    perform a segment seek.
    static final int
    Deprecated backward compatibility flag, replaced
    by %GST_SEEK_FLAG_TRICKMODE
    static final int
    go to a location after the requested position,
    if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe at of after the
    requested position.
    static final int
    go to a location before the requested position,
    if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe at or before
    the requested position the one at or before the seek target.
    static final int
    go to a position near the requested position,
    if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe closest
    to the requested position, if both keyframes are at an equal
    distance, behaves like %GST_SEEK_FLAG_SNAP_BEFORE.
    static final int
    when doing fast forward or fast reverse playback, allow
    elements to skip frames instead of generating all
    frames.
    static final int
    When doing fast forward or fast reverse
    playback, request that elements only decode keyframes and
    forward predicted frames and skip all other content (for example
    B-Frames), for formats that have keyframes and forward predicted
    frames.
    static final int
    when doing fast forward or fast reverse
    playback, request that elements only decode keyframes
    and skip all other content, for formats that have
    keyframes.
    static final int
    when doing fast forward or fast reverse
    playback, request that audio decoder elements skip
    decoding and output only gap events or silence.
  • Felddetails

    • NONE

      static final int NONE
      no flag
      Siehe auch:
    • FLUSH

      static final int FLUSH
      flush pipeline
      Siehe auch:
    • ACCURATE

      static final int ACCURATE
      accurate position is requested, this might
      be considerably slower for some formats.
      Siehe auch:
    • KEY_UNIT

      static final int KEY_UNIT
      seek to the nearest keyframe. This might be
      faster but less accurate.
      Siehe auch:
    • SEGMENT

      static final int SEGMENT
      perform a segment seek.
      Siehe auch:
    • TRICKMODE

      static final int TRICKMODE
      when doing fast forward or fast reverse playback, allow
      elements to skip frames instead of generating all
      frames. (Since: 1.6)
      Siehe auch:
    • SKIP

      static final int SKIP
      Deprecated backward compatibility flag, replaced
      by %GST_SEEK_FLAG_TRICKMODE
      Siehe auch:
    • SNAP_BEFORE

      static final int SNAP_BEFORE
      go to a location before the requested position,
      if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe at or before
      the requested position the one at or before the seek target.
      Siehe auch:
    • SNAP_AFTER

      static final int SNAP_AFTER
      go to a location after the requested position,
      if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe at of after the
      requested position.
      Siehe auch:
    • SNAP_NEAREST

      static final int SNAP_NEAREST
      go to a position near the requested position,
      if %GST_SEEK_FLAG_KEY_UNIT this means the keyframe closest
      to the requested position, if both keyframes are at an equal
      distance, behaves like %GST_SEEK_FLAG_SNAP_BEFORE.
      Siehe auch:
    • TRICKMODE_KEY_UNITS

      static final int TRICKMODE_KEY_UNITS
      when doing fast forward or fast reverse
      playback, request that elements only decode keyframes
      and skip all other content, for formats that have
      keyframes. (Since: 1.6)
      Siehe auch:
    • TRICKMODE_NO_AUDIO

      static final int TRICKMODE_NO_AUDIO
      when doing fast forward or fast reverse
      playback, request that audio decoder elements skip
      decoding and output only gap events or silence. (Since: 1.6)
      Siehe auch:
    • TRICKMODE_FORWARD_PREDICTED

      static final int TRICKMODE_FORWARD_PREDICTED
      When doing fast forward or fast reverse
      playback, request that elements only decode keyframes and
      forward predicted frames and skip all other content (for example
      B-Frames), for formats that have keyframes and forward predicted
      frames. (Since: 1.18)
      Siehe auch:
    • INSTANT_RATE_CHANGE

      static final int INSTANT_RATE_CHANGE
      Signals that a rate change should be
      applied immediately. Only valid if start/stop position
      are GST_CLOCK_TIME_NONE, the playback direction does not change
      and the seek is not flushing. (Since: 1.18)
      Siehe auch: