Method
AgsAudioAudioContainerread_audio_signal
since: 3.0.0
[−]
Declaration [src]
GList*
ags_audio_container_read_audio_signal (
AgsAudioContainer* audio_container
)
[−]
Description [src]
Convert the AgsAudioContainer
to a GList
-struct of AgsAudioSignal
.
Available since: 3.0.0
[−]
Return value
Type: A list of AgsAudioSignal*
The new GList
-struct containing AgsAudioSignal
or NULL
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |