Virtual Method

AgsAudioSoundProviderset_program

since: 5.1.0

Declaration [src]

void
set_program (
  AgsSoundProvider* sound_provider,
  GList* program
)

Description [src]

Set program objects.

Available since: 5.1.0

Parameters

program

Type: A list of gpointer

A GList-struct containing AgsProgram.

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