Method

AgsAudioPitch16xAliasUtilset_destination

since: 6.15.0

Declaration [src]

void
ags_pitch_16x_alias_util_set_destination (
  AgsPitch16xAliasUtil* pitch_16x_alias_util,
  gpointer destination
)

Description [src]

Set destination buffer of pitch_16x_alias_util.

Available since: 6.15.0

Parameters

destination

Type: gpointer

The destination buffer.

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