Schnittstelle BufferCopyFlags


public interface BufferCopyFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    flag indicating that memory should always be copied instead of reffed
    static final int
    flag indicating that buffer flags should be copied
    static final int
    flag indicating that buffer memory should be reffed
    and appended to already existing memory.
    static final int
    flag indicating that buffer memory should be
    merged
    static final int
    flag indicating that buffer meta should be
    copied
    static final int
    copy nothing
    static final int
    flag indicating that buffer pts, dts,
    duration, offset and offset_end should be copied
  • Felddetails

    • NONE

      static final int NONE
      copy nothing
      Siehe auch:
    • FLAGS

      static final int FLAGS
      flag indicating that buffer flags should be copied
      Siehe auch:
    • TIMESTAMPS

      static final int TIMESTAMPS
      flag indicating that buffer pts, dts,
      duration, offset and offset_end should be copied
      Siehe auch:
    • META

      static final int META
      flag indicating that buffer meta should be
      copied
      Siehe auch:
    • MEMORY

      static final int MEMORY
      flag indicating that buffer memory should be reffed
      and appended to already existing memory. Unless the memory is marked as
      NO_SHARE, no actual copy of the memory is made but it is simply reffed.
      Add @GST_BUFFER_COPY_DEEP to force a real copy.
      Siehe auch:
    • MERGE

      static final int MERGE
      flag indicating that buffer memory should be
      merged
      Siehe auch:
    • DEEP

      static final int DEEP
      flag indicating that memory should always be copied instead of reffed
      Siehe auch: