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