Gjsify LogoGjsify Logo

A set of flags that can be provided to the gst_buffer_copy_into() function to specify which items should be copied.

bitfield

Index

Enumeration Members

DEEP: number

flag indicating that memory should always be copied instead of reffed

FLAGS: number

flag indicating that buffer flags should be copied

MEMORY: number

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.

MERGE: number

flag indicating that buffer memory should be merged

META: number

flag indicating that buffer meta should be copied

NONE: number

copy nothing

TIMESTAMPS: number

flag indicating that buffer pts, dts, duration, offset and offset_end should be copied

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method