Method

AgsAudioPeakUtilset_source

since: 3.9.2

Declaration [src]

void
ags_peak_util_set_source (
  AgsPeakUtil* peak_util,
  gpointer source
)

Description [src]

Set source buffer of peak_util.

Available since: 3.9.2

Parameters

source

Type: gpointer

The source buffer.

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