Function

AgsAudioAudioSignalget_rt_template

since: 3.0.0

Declaration [src]

GList*
ags_audio_signal_get_rt_template (
  GList* audio_signal
)

Description [src]

Retrieve the realtime template audio signal.

Available since: 3.0.0

Parameters

audio_signal

Type: A list of AgsAudioSignal*

A GList-struct containing AgsAudioSignal.

The data is owned by the caller of the function.

Return value

Type: A list of AgsAudioSignal*

The rt-templates as GList-struct containing AgsAudioSignal.

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