Schnittstelle BinFlags


public interface BinFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The last enum in the series of flags for bins.
    static final int
    Don't resync a state change when elements are added or linked in the bin
    static final int
    Indicates whether the bin can handle elements that add/remove source pads
    at any point in time without first posting a no-more-pads signal.
  • Felddetails

    • NO_RESYNC

      static final int NO_RESYNC
      Don't resync a state change when elements are added or linked in the bin
      Siehe auch:
    • STREAMS_AWARE

      static final int STREAMS_AWARE
      Indicates whether the bin can handle elements that add/remove source pads
      at any point in time without first posting a no-more-pads signal.
      Siehe auch:
    • LAST

      static final int LAST
      The last enum in the series of flags for bins. Derived classes can use this
      as first value in a list of flags.
      Siehe auch: