Method
AgsAudioAudioBufferUtilfill_v8s8
since: 7.0.0
Declaration [src]
void
ags_audio_buffer_util_fill_v8s8 (
AgsAudioBufferUtil* audio_buffer_util,
ags_v8s8* destination,
guint destination_stride,
gint8* source,
guint source_stride,
guint count
)
Description [src]
Fill vector with signed 8 bit data.
Available since: 7.0.0
This method is not directly available to language bindings.
Parameters
destination
-
Type:
ags_v8s8*
Destination vector.
The data is owned by the caller of the method. destination_stride
-
Type:
guint
Destination vector’s count of channels.
source
-
Type:
gint8*
Source buffer.
The data is owned by the caller of the method. source_stride
-
Type:
guint
Source buffer’s count of channels.
count
-
Type:
guint
Number of frames to copy.