Schnittstelle AllocatorFlags


public interface AllocatorFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The allocator has a custom alloc function.
    static final int
    first flag that can be used for custom purposes
    static final int
    When copying a #GstMemory allocated with this allocator, the copy will
    instead be allocated using the default allocator.
  • Felddetails

    • CUSTOM_ALLOC

      static final int CUSTOM_ALLOC
      The allocator has a custom alloc function.
      Only elements designed to work with this allocator should be using it,
      other elements should ignore it from allocation propositions.
      This implies %GST_ALLOCATOR_FLAG_NO_COPY.
      Siehe auch:
    • NO_COPY

      static final int NO_COPY
      When copying a #GstMemory allocated with this allocator, the copy will
      instead be allocated using the default allocator. Use this when allocating a
      new memory is an heavy opperation that should only be done with a
      #GstBufferPool for example.
      Siehe auch:
    • LAST

      static final int LAST
      first flag that can be used for custom purposes
      Siehe auch: