Method

AgsAudioLinearInterpolateUtilset_destination

since: 3.9.7

Declaration [src]

void
ags_linear_interpolate_util_set_destination (
  AgsLinearInterpolateUtil* linear_interpolate_util,
  gpointer destination
)

Description [src]

Set destination buffer of linear_interpolate_util.

Available since: 3.9.7

Parameters

destination

Type: gpointer

The destination buffer.

The argument can be NULL.
The data is owned by the caller of the function.