Method

AgsAudioSoundProviderset_osc_server

since: 3.0.0

Declaration [src]

void
ags_sound_provider_set_osc_server (
  AgsSoundProvider* sound_provider,
  GList* osc_server
)

Description [src]

Set OSC server.

Available since: 3.0.0

Parameters

osc_server

Type: A list of GObject*

A GList-struct containing AgsOscServer.

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