Method

AgsAudioAudioset_wave

since: 3.1.0

[]

Declaration [src]

void
ags_audio_set_wave (
  AgsAudio* audio,
  GList* wave
)
[]

Description [src]

Set wave by replacing existing.

Available since: 3.1.0

Sets propertyAgsAudio.Audio:wave
[]

Parameters

wave

Type: A list of None

The GList-struct containing AgsWave.

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