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