Method

AgsAudioAudioBufferUtilset_destination

since: 7.0.0

Declaration [src]

void
ags_audio_buffer_util_set_destination (
  AgsAudioBufferUtil* audio_buffer_util,
  gpointer destination
)

Description [src]

Set destination buffer of audio_buffer_util.

Available since: 7.0.0

Parameters

destination

Type: gpointer

The destination buffer.

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