Method

AgsAudioWaveset_buffer

since: 3.1.0

Declaration [src]

void
ags_wave_set_buffer (
  AgsWave* wave,
  GList* buffer
)

Description [src]

Set buffer by replacing existing.

Available since: 3.1.0

Sets propertyAgsAudio.Wave:buffer

Parameters

buffer

Type: A list of AgsBuffer*

The GList-struct containing AgsBuffer.

The instance takes ownership of the data, and is responsible for freeing it.