Method

AgsAudioPitch4xAliasUtilset_destination

since: 6.15.0

Declaration [src]

void
ags_pitch_4x_alias_util_set_destination (
  AgsPitch4xAliasUtil* pitch_4x_alias_util,
  gpointer destination
)

Description [src]

Set destination buffer of pitch_4x_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.