Class (GI Class)

Gst-1.0GstValueList

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

Index

Constructors

Properties

Methods

  • Appends append_value to the GstValueList in value.

    Parameters

    • value: any

      a GObject.Value of type #GST_TYPE_LIST

    • append_value: any

      the value to append

    Returns void

  • Appends append_value to the GstValueList in value.

    Parameters

    • value: any

      a GObject.Value of type #GST_TYPE_LIST

    • append_value: any

      the value to append

    Returns void

  • Concatenates copies of value1 and value2 into a list. Values that are not of type #GST_TYPE_LIST are treated as if they were lists of length 1. dest will be initialized to the type #GST_TYPE_LIST.

    Parameters

    Returns unknown

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

    Parameters

    • value: any

      a GObject.Value of type #GST_TYPE_LIST

    • index: number

      index of value to get from the list

    Returns unknown

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

    Parameters

    • value: any

      A zero-filled (uninitialized) GObject.Value structure

    • prealloc: number

      The number of entries to pre-allocate in the list

    Returns unknown

  • Merges copies of value1 and value2. Values that are not of type #GST_TYPE_LIST are treated as if they were lists of length 1.

    The result will be put into dest and will either be a list that will not contain any duplicates, or a non-list type (if value1 and value2 were equal).

    Parameters

    Returns unknown

  • Prepends prepend_value to the GstValueList in value.

    Parameters

    • value: any

      a GObject.Value of type #GST_TYPE_LIST

    • prepend_value: any

      the value to prepend

    Returns void

Interfaces

SignalSignatures