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:
guintDestination buffer’s count of channels.
source-
Type:
ags_v8float*Source vector.
The data is owned by the caller of the method. source_stride-
Type:
guintSource vector’s count of channels.
count-
Type:
guintNumber of frames to copy.