Method
AgsAudioAudioBufferUtilfetch_v8s16
since: 7.0.0
Declaration [src]
void
ags_audio_buffer_util_fetch_v8s16 (
AgsAudioBufferUtil* audio_buffer_util,
gint16* destination,
guint destination_stride,
ags_v8s16* source,
guint source_stride,
guint count
)
Description [src]
Fetch signed 16 bit data from vector.
Available since: 7.0.0
This method is not directly available to language bindings.
Parameters
destination
-
Type:
gint16*
Destination buffer.
The data is owned by the caller of the method. destination_stride
-
Type:
guint
Destination buffer’s count of channels.
source
-
Type:
ags_v8s16*
Source vector.
The data is owned by the caller of the method. source_stride
-
Type:
guint
Source vector’s count of channels.
count
-
Type:
guint
Number of frames to copy.