Method
AgsAudioAudioBufferUtilcopy_buffer_to_buffer
since: 3.0.0
Declaration [src]
void
ags_audio_buffer_util_copy_buffer_to_buffer (
AgsAudioBufferUtil* audio_buffer_util,
void* destination,
guint destination_stride,
guint doffset,
void* source,
guint source_stride,
guint soffset,
guint count,
AgsAudioBufferUtilCopyMode mode
)
Parameters
destination-
Type:
void*Destination buffer.
The argument can be NULL.The data is owned by the caller of the method. destination_stride-
Type:
guintDestination buffer’s count of channels.
doffset-
Type:
guintStart frame of destination.
source-
Type:
void*Source buffer.
The argument can be NULL.The data is owned by the caller of the method. source_stride-
Type:
guintSource buffer’s count of channels.
soffset-
Type:
guintStart frame of source.
count-
Type:
guintNumber of frames to copy.
mode-
Type:
AgsAudioBufferUtilCopyModeSpecified type conversion as described.