Method

AgsAudioAudioBufferUtilpong_s8

since: 3.4.0

Declaration [src]

void
ags_audio_buffer_util_pong_s8 (
  AgsAudioBufferUtil* audio_buffer_util,
  gint8* destination,
  guint destination_stride,
  gint8* source,
  guint source_stride,
  guint count
)

Description [src]

Pingpong copy source to destination.

Available since: 3.4.0

Parameters

destination

Type: gint8*

The destination.

The data is owned by the caller of the method.
destination_stride

Type: guint

The destination channels.

source

Type: gint8*

The source.

The data is owned by the caller of the method.
source_stride

Type: guint

The source channels.

count

Type: guint

The count of frames.