Method
AgsAudioOscBufferUtilput_string
since: 3.0.0
[−]
Declaration [src]
void
ags_osc_buffer_util_put_string (
AgsOscBufferUtil* osc_buffer_util,
guchar* buffer,
gchar* str,
gsize length
)
[−]
Parameters
buffer
-
Type:
guchar*
The guchar buffer.
The data is owned by the caller of the method. str
-
Type:
gchar*
The ASCII string.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. length
-
Type:
gsize
The length to write or -1 to write until null byte.