Function

AgsAudioWavefind_near_timestamp

since: 3.0.0

Declaration [src]

GList*
ags_wave_find_near_timestamp (
  GList* wave,
  guint line,
  AgsTimestamp* timestamp
)

Description [src]

Retrieve appropriate wave for timestamp.

Available since: 3.0.0

Parameters

wave

Type: A list of None

The GList-struct containing AgsWave.

The data is owned by the caller of the function.
line

Type: guint

The matching audio channel.

timestamp

Type: AgsTimestamp

The matching AgsTimestamp, or NULL to match any timestamp.

The data is owned by the caller of the function.

Return value

Type: A list of None

Next matching GList-struct or NULL if not found.

The data is owned by the called function.