Method
AgsAudioAudioBufferUtilpong_float
since: 3.4.0
Declaration [src]
void
ags_audio_buffer_util_pong_float (
AgsAudioBufferUtil* audio_buffer_util,
gfloat* destination,
guint destination_stride,
gfloat* source,
guint source_stride,
guint count
)
Parameters
destination
-
Type:
gfloat*
The destination.
The data is owned by the caller of the method. destination_stride
-
Type:
guint
The destination channels.
source
-
Type:
gfloat*
The source.
The data is owned by the caller of the method. source_stride
-
Type:
guint
The source channels.
count
-
Type:
guint
The count of frames.