Function

AgsAudioVDSPArralloc

since: 7.0.0

Declaration [src]

AgsVDSPArr*
ags_vdsp_arr_alloc (
  AgsVDSP256Types vdsp_type
)

Description [src]

Allocate vdsp array of vdsp_type.

Available since: 7.0.0

This function is not directly available to language bindings.

Parameters

vdsp_type

Type: AgsVDSP256Types

The AgsVDSP256Types-enum.

Return value

Type: AgsVDSPArr

The newly allocated vdsp.

The caller of the function takes ownership of the data, and is responsible for freeing it.