ValueArray#
- class ValueArray(*args, **kwargs)#
A fundamental type that describes an ordered list of Value
Methods#
- class ValueArray
- classmethod append_and_take_value(value: Value, append_value: Value) None#
Appends
append_valueto the GstValueArray invalue.Added in version 1.2.
- Parameters:
value – a
Valueof typeGST_TYPE_ARRAYappend_value – the value to append
- classmethod append_value(value: Value, append_value: Value) None#
Appends
append_valueto the GstValueArray invalue.- Parameters:
value – a
Valueof typeGST_TYPE_ARRAYappend_value – the value to append
- classmethod get_size(value: Value) int#
Gets the number of values contained in
value.- Parameters:
value – a
Valueof typeGST_TYPE_ARRAY
- classmethod get_value(value: Value, index: int) Value#
Gets the value that is a member of the array contained in
valueand has the indexindex.- Parameters:
value – a
Valueof typeGST_TYPE_ARRAYindex – index of value to get from the array