Function
AgsAudioCharBufferUtilcopy_s16_to_cbuffer
since: 3.0.0
Declaration [src]
void
ags_char_buffer_util_copy_s16_to_cbuffer (
guchar* destination,
guint word_size,
guint dchannels,
gint16* 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:
guintWord size.
dchannels-
Type:
guintDestination channels.
source-
Type:
gint16*Source buffer.
The data is owned by the caller of the function. schannels-
Type:
guintSource channels.
frame_count-
Type:
guintFrame count.
byte_order-
Type:
guintThe byte-order.