Method
AgsAudioAutomationget_value
since: 3.0.0
Declaration [src]
guint
ags_automation_get_value (
AgsAutomation* automation,
guint x,
guint x_end,
gboolean use_prev_on_failure,
GValue* value
)
Parameters
x
-
Type:
guint
The x-offset.
x_end
-
Type:
guint
The x-end-offset.
use_prev_on_failure
-
Type:
gboolean
If
TRUE
use previous value, else return G_MAXUINT. value
-
Type:
GValue
The return location of value.
The argument will be set by the function. The returned data is owned by the instance.