Function
AgsAudioCharBufferUtilcopy_float_to_cbuffer
since: 3.0.0
Declaration [src]
void
ags_char_buffer_util_copy_float_to_cbuffer (
guchar* destination,
guint word_size,
guint dchannels,
gfloat* source,
guint schannels,
guint frame_count,
guint byte_order
)
Parameters
destination
-
Type:
guchar*
Destination buffer.
The data is owned by the caller of the function. word_size
-
Type:
guint
Word size.
dchannels
-
Type:
guint
Destination channels.
source
-
Type:
gfloat*
Source buffer.
The data is owned by the caller of the function. schannels
-
Type:
guint
Source channels.
frame_count
-
Type:
guint
Frame count.
byte_order
-
Type:
guint
The byte-order.