Method

AgsAudioOscConfigControllerapply_config

since: 3.0.0

Declaration [src]

gpointer
ags_osc_config_controller_apply_config (
  AgsOscConfigController* osc_config_controller,
  AgsOscConnection* osc_connection,
  guchar* message,
  guint message_size
)

Description [src]

Apply config.

Available since: 3.0.0

Parameters

osc_connection

Type: AgsOscConnection

The AgsOscConnection.

The data is owned by the caller of the function.
message

Type: guchar*

The message received.

The data is owned by the caller of the function.
message_size

Type: guint

The message size.

Return value

Type: gpointer

The GList-struct containing AgsOscResponse.

The data is owned by the instance.
The return value can be NULL.