append_value
function append_value(value:GObject.Value, append_value:GObject.Value):void { // Gjs wrapper for gst_value_array_append_value() }
Appends append_value to the GstValueArray in value.
- value
a GObject.Value of type #GST_TYPE_ARRAY
- append_value
the value to append