Method
AgsAudioSoundResourceread_audio_signal_at_once
since: 4.4.0
[−]
Declaration [src]
GList*
ags_sound_resource_read_audio_signal_at_once (
AgsSoundResource* sound_resource,
GObject* soundcard,
gint audio_channel
)
[−]
Parameters
soundcard
-
Type:
GObject
The
AgsSoundcard
.The data is owned by the caller of the method. audio_channel
-
Type:
gint
The audio channel or -1 for all.
[−]
Return value
Type: A list of AgsAudioSignal*
A GList
-struct containing AgsAudioSignal
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |