Method

AgsAudioAudioset_preset

since: 3.1.0

Declaration [src]

void
ags_audio_set_preset (
  AgsAudio* audio,
  GList* preset
)

Description [src]

Set preset by replacing existing.

Available since: 3.1.0

Sets propertyAgsAudio.Audio:preset

Parameters

preset

Type: A list of None

The GList-struct containing AgsPreset.

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