Function

AgsAudioNotationfind_near_timestamp

since: 3.0.0

Declaration [src]

GList*
ags_notation_find_near_timestamp (
  GList* notation,
  guint audio_channel,
  AgsTimestamp* timestamp
)

Description [src]

Retrieve appropriate notation for timestamp.

Available since: 3.0.0

Parameters

notation

Type: A list of None

The GList-struct containing AgsNotation.

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

Type: guint

The matching audio channel.

timestamp

Type: AgsTimestamp

The matching timestamp, or NULL to match any timestamp.

The argument can be NULL.
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.