Method

AgsAudioAudioBufferUtilfetch_v8double_as_s64

since: 7.0.0

Declaration [src]

void
ags_audio_buffer_util_fetch_v8double_as_s64 (
  AgsAudioBufferUtil* audio_buffer_util,
  gint64* destination,
  guint destination_stride,
  ags_v8double* source,
  guint source_stride,
  guint count
)

Description [src]

Fetch signed 64 bit data from double vector.

Available since: 7.0.0

This method is not directly available to language bindings.

Parameters

destination

Type: gint64*

Destination buffer.

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

Type: guint

Destination buffer’s count of channels.

source

Type: ags_v8double*

Source vector.

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

Type: guint

Source vector’s count of channels.

count

Type: guint

Number of frames to copy.