Method

AgsAudioFluidInterpolate4thOrderUtilset_destination

since: 3.9.6

Declaration [src]

void
ags_fluid_interpolate_4th_order_util_set_destination (
  AgsFluidInterpolate4thOrderUtil* fluid_interpolate_4th_order_util,
  gpointer destination
)

Description [src]

Set destination buffer of fluid_interpolate_4th_order_util.

Available since: 3.9.6

Parameters

destination

Type: gpointer

The destination buffer.

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