Gjsify LogoGjsify Logo

Enumeration BufferPoolAcquireFlags

Additional flags to control the allocation of a buffer

bitfield

Index

Enumeration Members

DISCONT: number

buffer is discont

DONTWAIT: number

when the bufferpool is empty, acquire_buffer will by default block until a buffer is released into the pool again. Setting this flag makes acquire_buffer return #GST_FLOW_EOS instead of blocking.

KEY_UNIT: number

buffer is keyframe

LAST: number

last flag, subclasses can use private flags starting from this value.

NONE: number

no flags

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