Class (GI Class)

Gst-1.0GstValueUniqueListSince 1.28

A fundamental type that describes a set of GObject.Value

1.28

Index

Constructors

Properties

Methods

  • Appends append_value to the GstValueUniqueList in value.

    Parameters

    • value: any

      a GObject.Value of type #GST_TYPE_UNIQUE_LIST

    • append_value: any

      the value to append

    Returns void

  • Appends append_value to the GstValueUniqueList in value.

    Parameters

    • value: any

      a GObject.Value of type #GST_TYPE_UNIQUE_LIST

    • append_value: any

      the value to append

    Returns void

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

    Parameters

    Returns unknown

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

    Parameters

    • value: any

      a GObject.Value of type #GST_TYPE_UNIQUE_LIST

    • index: number

      index of value to get from the set

    Returns unknown

  • Prepends prepend_value to the GstValueUniqueList in value.

    Parameters

    • value: any

      a GObject.Value of type #GST_TYPE_UNIQUE_LIST

    • prepend_value: any

      the value to prepend

    Returns void

Interfaces

SignalSignatures