append_and_take_value

function append_and_take_value(value:GObject.Value, append_value:GObject.Value):void {
    // Gjs wrapper for gst_value_array_append_and_take_value()
}

Appends append_value to the GstValueArray in value.

Since 1.2

value

a GObject.Value of type #GST_TYPE_ARRAY

append_value

the value to append