Method
AgsAudioAudioBufferUtilcopy_s24_to_s24
since: 3.0.0
Declaration [src]
void
ags_audio_buffer_util_copy_s24_to_s24 (
AgsAudioBufferUtil* audio_buffer_util,
gint32* destination,
guint destination_stride,
gint32* source,
guint source_stride,
guint count
)
Parameters
destination
-
Type:
gint32*
Destination buffer.
The data is owned by the caller of the method. destination_stride
-
Type:
guint
Destination buffer’s count of channels.
source
-
Type:
gint32*
Source buffer.
The data is owned by the caller of the method. source_stride
-
Type:
guint
Source buffer’s count of channels.
count
-
Type:
guint
Number of frames to copy.