Method

AgsAudioWavefind_exact_point

since: 3.14.6

[]

Declaration [src]

AgsBuffer*
ags_wave_find_exact_point (
  AgsWave* wave,
  guint64 x,
  gboolean use_selection_list
)
[]

Description [src]

Find buffers by offset.

Available since: 3.14.6

[]

Parameters

x

Type: guint64

Offset.

use_selection_list

Type: gboolean

If TRUE selection is searched.

[]

Return value

Type: AgsBuffer

The matching buffer as AgsBuffer.

The returned data is owned by the instance.