Method

AgsAudioChannelrecursive_set_property

since: 3.0.0

Declaration [src]

void
ags_channel_recursive_set_property (
  AgsChannel* channel,
  gint n_params,
  gchar** parameter_name,
  GValue* value
)

Description [src]

Recursive set property for AgsChannel.

Available since: 3.0.0

Parameters

n_params

Type: gint

The count of paramter name and value pairs.

parameter_name

Type: gchar**

A string vector containing parameter names.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
value

Type: GValue

The value array.

The data is owned by the caller of the function.