Method

AgsAudioAudioBufferUtilget_int_as_s64

since: 7.0.0

Declaration [src]

void
ags_audio_buffer_util_get_int_as_s64 (
  AgsAudioBufferUtil* audio_buffer_util,
  gint64* destination,
  guint destination_stride,
  gint* source,
  guint source_stride,
  guint count
)

Description [src]

Read vector with integer as signed 64 bit.

Available since: 7.0.0

Parameters

destination

Type: gint64*

Destination vector.

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

Type: guint

Destination vector’s count of channels.

source

Type: gint*

Source buffer.

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

Type: guint

Source buffer’s count of channels.

count

Type: guint

Number of frames to copy.