Gjsify LogoGjsify Logo

Flags for wrapped memory.

bitfield

Index

Enumeration Members

LAST: number

first flag that can be used for custom purposes

NOT_MAPPABLE: number

the memory can't be mapped via gst_memory_map() without any preconditions. (Since: 1.2)

NO_SHARE: number

memory must not be shared. Copies will have to be made when this memory needs to be shared between buffers. (DEPRECATED: do not use in new code, instead you should create a custom GstAllocator for memory pooling instead of relying on the GstBuffer they were originally attached to.)

PHYSICALLY_CONTIGUOUS: number

the memory is physically contiguous. (Since: 1.2)

READONLY: number

memory is readonly. It is not allowed to map the memory with #GST_MAP_WRITE.

ZERO_PADDED: number

the memory padding is filled with 0 bytes

ZERO_PREFIXED: number

the memory prefix is filled with 0 bytes

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