Method

AgsAudioPhaseShiftUtilset_destination

since: 4.0.0

Declaration [src]

void
ags_phase_shift_util_set_destination (
  AgsPhaseShiftUtil* phase_shift_util,
  gpointer destination
)

Description [src]

Set destination buffer of phase_shift_util.

Available since: 4.0.0

Parameters

destination

Type: gpointer

The destination buffer.

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