Function

AgsAudioCharBufferUtilcopy_buffer_to_buffer

Declaration [src]

void
ags_char_buffer_util_copy_buffer_to_buffer (
  void* destination,
  guint dchannels,
  guint doffset,
  void* source,
  guint schannels,
  guint soffset,
  guint frame_count,
  guint byte_order,
  guint word_size,
  AgsCharBufferUtilCopyMode mode
)

Description

No description available.

Parameters

destination

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
dchannels

Type: guint

No description available.

doffset

Type: guint

No description available.

source

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
schannels

Type: guint

No description available.

soffset

Type: guint

No description available.

frame_count

Type: guint

No description available.

byte_order

Type: guint

No description available.

word_size

Type: guint

No description available.

mode

Type: AgsCharBufferUtilCopyMode

No description available.