Method
AgsAudioAudioBufferUtilpong_complex
since: 3.4.0
Declaration [src]
void
ags_audio_buffer_util_pong_complex (
AgsAudioBufferUtil* audio_buffer_util,
AgsComplex* destination,
guint destination_stride,
AgsComplex* source,
guint source_stride,
guint count
)
Parameters
destination
-
Type:
AgsComplex
The destination.
The data is owned by the caller of the method. destination_stride
-
Type:
guint
The destination channels.
source
-
Type:
AgsComplex
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.