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 GstValueList in value
.
Parameters:
value |
a Value of type GST_TYPE_LIST
|
append_value |
the value to append
|