Function

AgsAudioAudioSignalis_active

since: 3.0.0

Declaration [src]

gboolean
ags_audio_signal_is_active (
  GList* audio_signal,
  GObject* recall_id
)

Description [src]

Check if is active.

Available since: 3.0.0

Parameters

audio_signal

Type: A list of AgsAudioSignal*

The GList-struct containing AgsAudioSignal.

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

Type: GObject

The AgsRecallID.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if related audio signal to recall id is available, otherwise FALSE.