Method
AgsAudioAudioBufferUtilcopy_s32_to_complex
since: 3.0.0
Declaration [src]
void
ags_audio_buffer_util_copy_s32_to_complex (
AgsAudioBufferUtil* audio_buffer_util,
AgsComplex* destination,
guint destination_stride,
gint32* source,
guint source_stride,
guint count
)
Parameters
destination-
Type:
AgsComplexDestination buffer.
The data is owned by the caller of the method. destination_stride-
Type:
guintDestination buffer’s count of channels.
source-
Type:
gint32*Source buffer.
The data is owned by the caller of the method. source_stride-
Type:
guintSource buffer’s count of channels.
count-
Type:
guintNumber of frames to copy.