Function

AgsAudioCharBufferUtilcopy_s8_to_cbuffer

since: 3.0.0

Declaration [src]

void
ags_char_buffer_util_copy_s8_to_cbuffer (
  guchar* destination,
  guint word_size,
  guint dchannels,
  gint8* source,
  guint schannels,
  guint frame_count,
  guint byte_order
)

Description [src]

Copy gint8 to char buffer.

Available since: 3.0.0

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: gint8*

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.