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