Function
AgsAudioWavefind_near_timestamp
since: 3.0.0
Declaration [src]
GList*
ags_wave_find_near_timestamp (
GList* wave,
guint line,
AgsTimestamp* timestamp
)
Parameters
wave-
Type: A list of
NoneThe
GList-struct containingAgsWave.The data is owned by the caller of the function. line-
Type:
guintThe matching audio channel.
timestamp-
Type:
AgsTimestampThe matching
AgsTimestamp, orNULLto match any timestamp.The data is owned by the caller of the function.