Method

AgsAudioNoiseUtilset_destination

since: 3.15.0

Declaration [src]

void
ags_noise_util_set_destination (
  AgsNoiseUtil* noise_util,
  gpointer destination
)

Description [src]

Set destination buffer of noise_util.

Available since: 3.15.0

Parameters

destination

Type: gpointer

The destination buffer.

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