Function
AgsAudioAutomationfind_near_timestamp_extended
since: 3.0.0
Declaration [src]
GList*
ags_automation_find_near_timestamp_extended (
GList* automation,
guint line,
GType channel_type,
gchar* control_name,
AgsTimestamp* timestamp
)
Parameters
automation
-
Type: A list of
None
The
GList
-struct containingAgsAutomation
.The data is owned by the caller of the function. line
-
Type:
guint
The matching audio channel.
channel_type
-
Type:
GType
The matching channel type.
control_name
-
Type:
gchar*
The matching control name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. timestamp
-
Type:
AgsTimestamp
The matching timestamp.
The data is owned by the caller of the function.