Function
AgsAudioAudioBufferUtilcopy_buffer_to_buffer
since: 3.0.0
Declaration [src]
void
ags_audio_buffer_util_copy_buffer_to_buffer (
void* destination,
guint dchannels,
guint doffset,
void* source,
guint schannels,
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 function. dchannels-
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 function. schannels-
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.