ValueUniqueList#
Added in version 1.28.
- class ValueUniqueList(*args, **kwargs)#
A fundamental type that describes a set of Value
Methods#
- class ValueUniqueList
- classmethod append_and_take_value(value: Value, append_value: Value) None#
Appends
append_valueto the GstValueUniqueList invalue.Added in version 1.28.
- Parameters:
value – a
Valueof typeGST_TYPE_UNIQUE_LISTappend_value – the value to append
- classmethod append_value(value: Value, append_value: Value) None#
Appends
append_valueto the GstValueUniqueList invalue.Added in version 1.28.
- Parameters:
value – a
Valueof typeGST_TYPE_UNIQUE_LISTappend_value – the value to append
- classmethod concat(value1: Value, value2: Value) Value#
Concatenates copies of
value1andvalue2into a set. Values that are not of typeGST_TYPE_UNIQUE_LISTare treated as if they were sets of length 1.destwill be initialized to the typeGST_TYPE_UNIQUE_LIST.Added in version 1.28.
- classmethod get_size(value: Value) int#
Gets the number of values contained in
value.Added in version 1.28.
- Parameters:
value – a
Valueof typeGST_TYPE_UNIQUE_LIST