Gjsify LogoGjsify Logo

Flags for the mini object

bitfield

Index

Enumeration Members

LAST: number

first flag that can be used by subclasses.

LOCKABLE: number

the object can be locked and unlocked with gst_mini_object_lock() and gst_mini_object_unlock().

LOCK_READONLY: number

the object is permanently locked in READONLY mode. Only read locks can be performed on the object.

MAY_BE_LEAKED: number

the object is expected to stay alive even after gst_deinit() has been called and so should be ignored by leak detection tools. (Since: 1.10)

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