Method

AgsAudioProgramfind_point

since: 3.14.6

Declaration [src]

AgsMarker*
ags_program_find_point (
  AgsProgram* program,
  guint x,
  gboolean use_selection_list
)

Description [src]

Find markers by offset.

Available since: 3.14.6

Parameters

x

Type: guint

Offset.

use_selection_list

Type: gboolean

If TRUE selection is searched.

Return value

Type: AgsMarker

The matching marker as AgsMarker.

The data is owned by the instance.