Function

AgsAudioPatternfind_near_timestamp

since: 3.0.0

Declaration [src]

GList*
ags_pattern_find_near_timestamp (
  GList* pattern,
  AgsTimestamp* timestamp
)

Description [src]

Retrieve appropriate pattern for timestamp.

Available since: 3.0.0

Parameters

pattern

Type: A list of None

The GList-struct containing AgsPattern.

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

Type: AgsTimestamp

The matching AgsTimestamp.

The data is owned by the caller of the function.

Return value

Type: A list of None

Next match.

The data is owned by the called function.