Function

AgsAudioAudioBufferUtilpong_s64

since: 3.4.0

Declaration [src]

void
ags_audio_buffer_util_pong_s64 (
  gint64* destination,
  guint dchannels,
  gint64* source,
  guint schannels,
  guint count
)

Description [src]

Pingpong copy source to destination.

Available since: 3.4.0

Parameters

destination

Type: gint64*

The destination.

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

Type: guint

The destination channels.

source

Type: gint64*

The source.

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

Type: guint

The source channels.

count

Type: guint

The count of frames.