Method

AgsAudioAudioBufferUtilset_source

since: 7.0.0

Declaration [src]

void
ags_audio_buffer_util_set_source (
  AgsAudioBufferUtil* audio_buffer_util,
  gpointer source
)

Description [src]

Set source buffer of audio_buffer_util.

Available since: 7.0.0

Parameters

source

Type: gpointer

The source buffer.

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