Function

AgsAudioProgramfind_near_timestamp

since: 5.1.0

Declaration [src]

GList*
ags_program_find_near_timestamp (
  GList* program,
  AgsTimestamp* timestamp
)

Description [src]

Retrieve appropriate program for timestamp.

Available since: 5.1.0

Parameters

program

Type: A list of AgsProgram*

The GList-struct containing AgsProgram.

The data is owned by the caller of the function.
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 AgsProgram*

Next matching GList-struct or NULL if not found.

The data is owned by the called function.