Method

AgsAudioTremoloUtilset_destination

since: 5.2.0

Declaration [src]

void
ags_tremolo_util_set_destination (
  AgsTremoloUtil* tremolo_util,
  gpointer destination
)

Description [src]

Set destination buffer of tremolo_util.

Available since: 5.2.0

Parameters

destination

Type: gpointer

The destination buffer.

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