Method
AgsAudioAudioBufferUtilcopy_complex_to_s64
since: 3.0.0
Declaration [src]
void
ags_audio_buffer_util_copy_complex_to_s64 (
AgsAudioBufferUtil* audio_buffer_util,
gint64* destination,
guint destination_stride,
AgsComplex* source,
guint source_stride,
guint count
)
Parameters
destination-
Type:
gint64*Destination buffer.
The data is owned by the caller of the method. destination_stride-
Type:
guintDestination buffer’s count of channels.
source-
Type:
AgsComplexSource 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.