Method
AgsAudioAudioContainerread_wave
since: 3.0.0
[−]
Declaration [src]
GList*
ags_audio_container_read_wave (
AgsAudioContainer* audio_container,
guint64 x_offset,
gdouble delay,
guint attack
)
[−]
Description [src]
Convert the AgsAudioContainer
to a GList
-struct of AgsWave
.
Available since: 3.0.0
[−]
Parameters
x_offset
-
Type:
guint64
The x offset.
delay
-
Type:
gdouble
The delay.
attack
-
Type:
guint
The attack.
[−]
Return value
Type: A list of None
The new GList
-struct containing AgsWave
or NULL
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |