Method
AgsAudioAudioBufferUtilfetch_v8float
since: 7.0.0
Declaration [src]
void
ags_audio_buffer_util_fetch_v8float (
AgsAudioBufferUtil* audio_buffer_util,
gfloat* destination,
guint destination_stride,
ags_v8float* source,
guint source_stride,
guint count
)
Description [src]
Fetch single precision floating point data from vector.
Available since: 7.0.0
This method is not directly available to language bindings.
Parameters
destination
-
Type:
gfloat*
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_v8float*
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.