Gjsify LogoGjsify Logo

Hierarchy

  • MetaTransformFunction

Callable

  • MetaTransformFunction(transbuf: Gst.Buffer, meta: Meta, buffer: Gst.Buffer, type: number, data: object): boolean
  • Function called for each meta in buffer as a result of performing a transformation on transbuf. Additional type specific transform data is passed to the function as data.

    Implementations should check the type of the transform and parse additional type specific fields in data that should be used to update the metadata on transbuf.

    Parameters

    • transbuf: Gst.Buffer

      a #GstBuffer

    • meta: Meta

      a #GstMeta

    • buffer: Gst.Buffer

      a #GstBuffer

    • type: number

      the transform type

    • data: object

      transform specific data.

    Returns boolean

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