Method
AgsAudioAudioBufferUtilput_float
since: 7.0.0
Declaration [src]
void
ags_audio_buffer_util_put_float (
AgsAudioBufferUtil* audio_buffer_util,
gfloat* destination,
guint destination_stride,
gfloat* source,
guint source_stride,
guint count
)
Parameters
destination-
Type:
gfloat*Destination vector.
The data is owned by the caller of the method. destination_stride-
Type:
guintDestination vector’s count of channels.
source-
Type:
gfloat*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.