Method
AgsAudioWaveinsert_base64_from_clipboard_extended
since: 6.16.0
Declaration [src]
void
ags_wave_insert_base64_from_clipboard_extended (
AgsWave* wave,
gchar* wave_base64,
gboolean reset_x_offset,
guint64 x_offset,
gdouble delay,
guint attack,
gboolean match_line,
gboolean do_replace
)
Parameters
wave_base64
-
Type:
gchar*
The clipboard base64 data.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. reset_x_offset
-
Type:
gboolean
If
TRUE
x_offset
used as cursor. x_offset
-
Type:
guint64
Region start cursor offset.
delay
-
Type:
gdouble
The delay to be used.
attack
-
Type:
guint
The attack to be used.
match_line
-
Type:
gboolean
Only paste if channel matches.
do_replace
-
Type:
gboolean
If
TRUE
current data is replaced, otherwise additive mixing is performed.