Gjsify LogoGjsify Logo

Parameters to control the allocation of memory

record

Hierarchy

  • AllocationParams

Index

Constructors

  • Create a new #GstAllocationParams on the heap. This function is for use in GStreamer language bindings. In your own code, you can just declare a #GstAllocationParams on the stack or in a struct, and call gst_allocation_params_init() to initialize it.

    You do not need to call gst_allocation_params_init() on the instance returned by this function.

    Returns AllocationParams

Properties

align: number

the desired alignment of the memory

field

flags to control allocation

field
padding: number

the desired padding

field
prefix: number

the desired prefix

field
name: string

Methods

  • free(): void
  • init(): void
  • Create a new #GstAllocationParams on the heap. This function is for use in GStreamer language bindings. In your own code, you can just declare a #GstAllocationParams on the stack or in a struct, and call gst_allocation_params_init() to initialize it.

    You do not need to call gst_allocation_params_init() on the instance returned by this function.

    Returns AllocationParams

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