Method
AgsAudioOscBufferUtilget_int32
since: 3.0.0
[−]
Declaration [src]
void
ags_osc_buffer_util_get_int32 (
AgsOscBufferUtil* osc_buffer_util,
guchar* buffer,
gint32* val
)
[−]
Parameters
buffer
-
Type:
guchar*
The guchar buffer.
The data is owned by the caller of the method. val
-
Type:
gint32*
Return location of the 32 bit integer value.
The data is owned by the caller of the method.