Function
AgsAudioAudioSignalget_default_template
since: 5.0.0
Declaration [src]
AgsAudioSignal*
ags_audio_signal_get_default_template (
GList* audio_signal
)
Parameters
audio_signal
-
Type: A list of
AgsAudioSignal*
The
GList
-struct containingAgsAudioSignal
.The data is owned by the caller of the function.
Return value
Type: AgsAudioSignal
The default template AgsAudioSignal
or NULL
if not found.
The caller of the function takes ownership of the data, and is responsible for freeing it. |