Method

AgsAudioWaveinsert_base64_from_clipboard

since: 6.16.0

Declaration [src]

void
ags_wave_insert_base64_from_clipboard (
  AgsWave* wave,
  gchar* wave_base64,
  gboolean reset_x_offset,
  guint64 x_offset,
  gdouble delay,
  guint attack
)

Description [src]

Paste previously copied buffers.

Available since: 6.16.0

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.