ValueArray
Object Hierarchy:
Description:
[ CCode ( type_id = "gst_value_array_get_type ()" ) ]
public class ValueArray
A fundamental type that describes an ordered list of Value
Content:
Static methods:
- public static void append_and_take_value (ref Value value, owned Value append_value)
Appends append_value
to the GstValueArray in value
.
- public static void append_value (ref Value value, Value append_value)
Appends append_value
to the GstValueArray in value
.
- public static uint get_size (Value value)
Gets the number of values contained in value
.
- public static unowned Value? get_value (Value value, uint index)
Gets the value that is a member of the array contained in value
and has the index index
.
- public static unowned Value? init (Value value, uint prealloc)
Initializes and pre-allocates a Value of
type GST_TYPE_ARRAY
.
- public static void prepend_value (ref Value value, Value prepend_value)
Prepends prepend_value
to the GstValueArray in
value
.
Creation methods: