Schnittstelle BufferPoolAcquireFlags


public interface BufferPoolAcquireFlags
  • Feldübersicht Linksymbol

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    buffer is discont
    static final int
    when the bufferpool is empty, acquire_buffer
    will by default block until a buffer is released into the pool again.
    static final int
    buffer is keyframe
    static final int
    last flag, subclasses can use private flags
    starting from this value.
    static final int
    no flags
  • Felddetails Linksymbol

    • NONE Linksymbol

      static final int NONE
      no flags
      Siehe auch:
    • KEY_UNIT Linksymbol

      static final int KEY_UNIT
      buffer is keyframe
      Siehe auch:
    • DONTWAIT Linksymbol

      static final int DONTWAIT
      when the bufferpool is empty, acquire_buffer
      will by default block until a buffer is released into the pool again. Setting
      this flag makes acquire_buffer return #GST_FLOW_EOS instead of blocking.
      Siehe auch:
    • DISCONT Linksymbol

      static final int DISCONT
      buffer is discont
      Siehe auch:
    • LAST Linksymbol

      static final int LAST
      last flag, subclasses can use private flags
      starting from this value.
      Siehe auch: