Class (GI Class)

Gst-1.0GstValueArray

A fundamental type that describes an ordered list of GObject.Value

Index

Constructors

Properties

Methods

  • Appends append_value to the GstValueArray in value.

    Parameters

    • value: any

      a GObject.Value of type #GST_TYPE_ARRAY

    • append_value: any

      the value to append

    Returns void

  • Appends append_value to the GstValueArray in value.

    Parameters

    • value: any

      a GObject.Value of type #GST_TYPE_ARRAY

    • append_value: any

      the value to append

    Returns void

  • Gets the value that is a member of the array contained in value and has the index index.

    Parameters

    • value: any

      a GObject.Value of type #GST_TYPE_ARRAY

    • index: number

      index of value to get from the array

    Returns unknown

  • Initializes and pre-allocates a GObject.Value of type #GST_TYPE_ARRAY.

    Parameters

    • value: any

      A zero-filled (uninitialized) GObject.Value structure

    • prealloc: number

      The number of entries to pre-allocate in the array

    Returns unknown

  • Prepends prepend_value to the GstValueArray in value.

    Parameters

    • value: any

      a GObject.Value of type #GST_TYPE_ARRAY

    • prepend_value: any

      the value to prepend

    Returns void

Interfaces

SignalSignatures