Function

AgsAudioCharBufferUtilcopy_cbuffer_to_s32

since: 3.0.0

Declaration [src]

void
ags_char_buffer_util_copy_cbuffer_to_s32 (
  gint32* destination,
  guint dchannels,
  guchar* source,
  guint word_size,
  guint schannels,
  guint frame_count,
  guint byte_order
)

Description [src]

Copy char to gint32 buffer.

Available since: 3.0.0

Parameters

destination

Type: gint32*

Destination buffer.

The data is owned by the caller of the function.
dchannels

Type: guint

Destination channels.

source

Type: guchar*

Source buffer.

The data is owned by the caller of the function.
word_size

Type: guint

Word size.

schannels

Type: guint

Source channels.

frame_count

Type: guint

Frame count.

byte_order

Type: guint

The byte-order.