Method

AgsAudioAudioBufferUtilpong

since: 3.4.0

Declaration [src]

void
ags_audio_buffer_util_pong (
  AgsAudioBufferUtil* audio_buffer_util,
  void* destination,
  guint destination_stride,
  void* source,
  guint source_stride,
  guint count,
  guint format
)

Description [src]

Pingpong copy source to destination.

Available since: 3.4.0

Parameters

destination

Type: void*

The destination.

The argument can be NULL.
The data is owned by the caller of the method.
destination_stride

Type: guint

The destination channels.

source

Type: void*

The source.

The argument can be NULL.
The data is owned by the caller of the method.
source_stride

Type: guint

The source channels.

count

Type: guint

The count of frames.

format

Type: guint

The format.