Method

AgsAudioTimeStretchUtilset_destination

since: 3.13.0

Declaration [src]

void
ags_time_stretch_util_set_destination (
  AgsTimeStretchUtil* time_stretch_util,
  gpointer destination
)

Description [src]

Set destination buffer of time_stretch_util.

Available since: 3.13.0

Parameters

destination

Type: gpointer

The destination buffer.

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