append_and_take_value
Description:
[
Version ( since =
"1.2" ) ]
public static void append_and_take_value (
ref Value value,
owned Value append_value)
Appends append_value to the GstValueArray in value.
Parameters:
| value |
a Value of type GST_TYPE_ARRAY
|
| append_value |
the value to append
|