Function
AgsAudioVectorArralloc
since: 7.0.0
Declaration [src]
AgsVectorArr*
ags_vector_arr_alloc (
AgsVector256Types vector_type
)
Description [src]
Allocate vector array of vector_type
.
Available since: 7.0.0
This function is not directly available to language bindings.
Parameters
vector_type
-
Type:
AgsVector256Types
The
AgsVector256Types
-enum.
Return value
Type: AgsVectorArr
The newly allocated vector.
The caller of the function takes ownership of the data, and is responsible for freeing it. |