Signal

AgsAudioAudio::set-pads

since: 3.0.0

Declaration

void
set_pads (
  AgsAudio* self,
  gpointer channel_type,
  guint pads_new,
  guint pads_old,
  gpointer user_data
)

Description [src]

The ::set-pads signal notifies about changes in channel alignment.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0.0

Parameters

channel_type

Type: gpointer

Either #AGS_TYPE_INPUT or #AGS_TYPE_OUTPUT.

The argument can be NULL.
The data is owned by the caller of the function.
pads_new

Type: guint

New pad count.

pads_old

Type: guint

Old pad count.